Skip to content

Commit

Permalink
Upgrade ruby to 2.2.3
Browse files Browse the repository at this point in the history
Needed to bump unicorn's dependencies (specifically kgio)  to work with
newer ruby.
  • Loading branch information
alext committed Oct 6, 2015
1 parent e040b36 commit 033bd9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.1.4
2.2.3
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'mongoid', '4.0.0'
gem 'mongoid_rails_migrations', '~> 1.0.1'

gem 'logstasher', '0.4.8'
gem 'unicorn', '4.6.3'
gem 'unicorn', '~> 4.9.0'

gem 'airbrake', '3.1.15'

Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Expand Up @@ -52,7 +52,7 @@ GEM
railties (>= 3.0.0)
i18n (0.7.0)
json (1.8.3)
kgio (2.8.0)
kgio (2.10.0)
logstash-event (1.1.5)
logstasher (0.4.8)
logstash-event (~> 1.1.0)
Expand All @@ -77,7 +77,7 @@ GEM
multi_json (1.11.1)
optionable (0.2.0)
origin (2.1.1)
rack (1.5.4)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.1.11)
Expand All @@ -95,7 +95,7 @@ GEM
activesupport (= 4.1.11)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.11.0)
raindrops (0.15.0)
rake (10.4.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicorn (4.6.3)
unicorn (4.9.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
Expand All @@ -156,5 +156,8 @@ DEPENDENCIES
rails (= 4.1.11)
rspec-rails (~> 3.1.0)
simplecov-rcov (= 0.2.3)
unicorn (= 4.6.3)
unicorn (~> 4.9.0)
webmock (~> 1.20.4)

BUNDLED WITH
1.10.6

0 comments on commit 033bd9a

Please sign in to comment.