Skip to content

Commit 43a7680

Browse files
updating JSON gem to ~> 1.8.1 for compatibility with newer gems
1 parent a3a720c commit 43a7680

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
gem 'json', '~> 1.5', '>= 1.5.2'
2+
gem 'json', '~> 1.8.1'
33
gem 'rake'
44
gem 'rspec'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ GEM
33
specs:
44
diff-lcs (1.2.5)
55
json (1.8.1)
6-
rake (10.1.0)
6+
rake (10.1.1)
77
rspec (2.14.1)
88
rspec-core (~> 2.14.0)
99
rspec-expectations (~> 2.14.0)
1010
rspec-mocks (~> 2.14.0)
1111
rspec-core (2.14.7)
12-
rspec-expectations (2.14.4)
12+
rspec-expectations (2.14.5)
1313
diff-lcs (>= 1.1.3, < 2.0)
14-
rspec-mocks (2.14.4)
14+
rspec-mocks (2.14.6)
1515

1616
PLATFORMS
1717
ruby
1818

1919
DEPENDENCIES
20-
json (~> 1.5, >= 1.5.2)
20+
json (~> 1.8.1)
2121
rake
2222
rspec

0 commit comments

Comments
 (0)