Skip to content

Commit

Permalink
Travis warns of using an old/stdlib json, so respect that.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshearar committed Jun 8, 2013
1 parent 6ae35d8 commit da48f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'http://rubygems.org'
gem 'json', '~> 1.7.7'
gem 'octokit'
gem 'rake'
gem 'hamsterdam'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ GEM
hamsterdam (1.0.8)
hamster
hashie (2.0.5)
json (1.7.7)
listen (1.1.4)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
Expand Down Expand Up @@ -82,6 +83,7 @@ DEPENDENCIES
coveralls
guard-rspec
hamsterdam
json (~> 1.7.7)
octokit
pry
rake
Expand Down

0 comments on commit da48f8c

Please sign in to comment.