Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try json_pure gem to see if build passes
  • Loading branch information
garethr committed Jun 5, 2012
1 parent 4ed00d0 commit 69d8969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source :rubygems

gem "json", :platforms => :mri_18
gem "json_pure", :platforms => :mri_18

gem "facter"
gem "rack"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
facter (1.6.2)
json (1.6.7)
json_pure (1.6.7)
metaclass (0.0.1)
mocha (0.10.0)
metaclass (~> 0.0.1)
Expand All @@ -18,7 +18,7 @@ PLATFORMS

DEPENDENCIES
facter
json
json_pure
mocha
parseconfig
rack
Expand Down

0 comments on commit 69d8969

Please sign in to comment.