Skip to content

Commit

Permalink
JSON gem on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Blaichinger committed Feb 8, 2011
1 parent 7c93f98 commit 6f3f32a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Gemfile.lock
Expand Up @@ -39,18 +39,18 @@ GEM
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
faker (0.9.4)
faker (0.9.5)
i18n (~> 0.4)
gravatar_image_tag (1.0.0.pre2)
heroku (1.17.8)
json_pure (>= 1.2.0, < 1.5.0)
heroku (1.16.2)
json_pure (>= 1.2.0, < 1.5.0)
launchy (~> 0.3.2)
rest-client (>= 1.4.0, < 1.7.0)
i18n (0.5.0)
json (1.4.6-x86-mingw32)
json (1.5.1-x86-mingw32)
json_pure (1.4.6)
koala (0.10.0)
json (>= 1.0)
json (>= 1.0)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
Expand Down Expand Up @@ -83,19 +83,19 @@ GEM
rake (0.8.7)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
rspec-rails (2.4.1)
rspec-mocks (2.5.0)
rspec-rails (2.5.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.4.0)
rspec (~> 2.5.0)
sqlite3-ruby (1.3.2-x86-mingw32)
thor (0.14.6)
treetop (1.4.9)
Expand Down

0 comments on commit 6f3f32a

Please sign in to comment.