diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-29 14:13:01 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-06-03 11:37:23 +0200 |
commit | 51d5e4cd6e109d2e0972f36b5f73d2af9966f827 (patch) | |
tree | 97f6b0ec4a418977d42183f2fcbf27144e248cb7 /Gemfile | |
parent | a727d25eee91ac4a5ef4f6dc2ec63b073439758d (diff) | |
download | gitlab-ce-51d5e4cd6e109d2e0972f36b5f73d2af9966f827.tar.gz |
Bump to Rails 4.1.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ def linux_only(require_as) RUBY_PLATFORM.include?('linux') && require_as end -gem "rails", "~> 4.0.0" +gem "rails", "~> 4.1.0" gem "protected_attributes" gem 'rails-observers' @@ -207,7 +207,7 @@ group :development, :test do gem 'factory_girl_rails' # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) - gem 'minitest', '~> 4.7.0' + gem 'minitest', '~> 5.3.0' # Generate Fake data gem "ffaker" |