View difference between Paste ID: T7quuVYg and G0AkYYzK
SHOW: | | - or go back to the newest paste.
1-
Bundler::VersionConflict:
1+
 build_index do
2-
       Bundler could not find compatible versions for gem "json":
2+
 202         gem "json", %w(1.8.0)
3-
         In Gemfile:
3+
 203
4-
           chef_app_error (>= 0) ruby depends on
4+
 204         gem("chef", '10.26') do
5-
             json (<= 1.7.7, >= 1.4.4) ruby
5+
 205           dep "json", [">= 1.4.4", "<= 1.7.7"]
6-
6+
 206         end
7-
           chef_app_error (>= 0) ruby depends on
7+
 207
8-
             json (1.8.0)
8+
 208         gem("berkshelf", "2.0.7") do
9
 209           dep "json", ">= 1.7.7"
10
 210         end
11
 211
12
 212         gem("chef_app_error", '1.0.0') do
13
 213           dep "berkshelf", "~> 2.0"
14
 214           dep "chef", "~> 10.26"
15
 215         end
16
 216       end