Skip to content

Commit

Permalink
AM, AP bump on Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Dec 3, 2014
1 parent 4a66796 commit 978cb68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "https://rubygems.org"
gemspec

gem "rake"
gem "actionpack", "~> 4.0.4"
gem "activemodel", "~> 4.0.4"
gem "actionpack", "~> 4.0.12"
gem "activemodel", "~> 4.0.12"

group :test do
gem "rspec", "~> 3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "https://rubygems.org"
gemspec path: '..'

gem "rake"
gem "actionpack", "~> 4.1.0"
gem "activemodel", "~> 4.1.0"
gem "actionpack", "~> 4.1.8"
gem "activemodel", "~> 4.1.8"

group :test do
gem "rspec", "~> 3.0.0"
Expand Down

0 comments on commit 978cb68

Please sign in to comment.