Skip to content

Commit

Permalink
Update Gemfile for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Feb 22, 2015
1 parent a7ca8a0 commit d45d625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
source 'https://rubygems.org'

ruby '2.1.3'
ruby '2.2.0'

gem 'unicorn'

group :development do
gem 'geocoder'
gem 'json'
gem 'addressable'
gem 'shotgun'
end
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.2.6)
geocoder (1.1.8)
json (1.5.1)
kgio (2.8.1)
rack (1.5.2)
raindrops (0.12.0)
addressable (2.3.7)
geocoder (1.2.7)
kgio (2.9.3)
rack (1.6.0)
raindrops (0.13.0)
shotgun (0.9)
rack (>= 1.0)
unicorn (4.7.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
Expand All @@ -20,6 +19,5 @@ PLATFORMS
DEPENDENCIES
addressable
geocoder
json
shotgun
unicorn

0 comments on commit d45d625

Please sign in to comment.