Skip to content

Commit

Permalink
Bump RAILS_VERSION on Gemfile
Browse files Browse the repository at this point in the history
Also update some rails dependencies on .lock file
  • Loading branch information
arthurnn committed Oct 18, 2013
1 parent 471a287 commit ca1d77e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
ruby (ENV['RUBY_VERSION'] || '2.0.0') unless ENV['CI']

RAILS_VERSION = '~> 3.2.14'
RAILS_VERSION = '~> 3.2.15'

gem 'actionmailer', RAILS_VERSION
gem 'actionpack', RAILS_VERSION
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.0)
json (1.8.1)
jwt (0.1.8)
multi_json (>= 1.5)
kaminari (0.14.1)
Expand Down Expand Up @@ -379,9 +379,9 @@ PLATFORMS
ruby

DEPENDENCIES
actionmailer (~> 3.2.14)
actionmailer (~> 3.2.15)
actionmailer_inline_css
actionpack (~> 3.2.14)
actionpack (~> 3.2.15)
airbrake
better_errors
binding_of_caller
Expand Down Expand Up @@ -426,7 +426,7 @@ DEPENDENCIES
rack-ssl
rack-ssl-enforcer
rails_autolink
railties (~> 3.2.14)
railties (~> 3.2.15)
ri_cal
rspec-rails
ruby-debug
Expand Down

0 comments on commit ca1d77e

Please sign in to comment.