-
- Downloads
Bump rails, jquery-rails, sprockets, sass-rails versions
Addresses security advisories: - https://groups.google.com/forum/#!topic/ruby-security-ann/XIZPbobuwaY - https://groups.google.com/forum/#!topic/ruby-security-ann/gcUbICUmKMc
Loading
| Loading
| @@ -8,11 +8,15 @@ def linux_only(require_as) |
RUBY_PLATFORM.include?('linux') && require_as | ||
end | ||
gem 'rails', '4.1.11' | ||
gem 'rails', '4.1.12' | ||
gem 'activerecord-deprecated_finders' | ||
gem 'activerecord-session_store' | ||
gem "nested_form" | ||
# Specify a sprockets version due to security issue | ||
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY | ||
gem 'sprockets', '~> 2.12.3' | ||
# tag runners | ||
gem 'acts-as-taggable-on', '~> 3.4' | ||
Loading
| Loading
| @@ -69,10 +73,10 @@ gem 'hipchat', '~> 1.5.0' |
# Other | ||
gem 'rake' | ||
gem 'foreman' | ||
gem 'jquery-rails' | ||
gem 'jquery-rails', '~> 3.1.3' | ||
gem 'gitlab_ci_meta', '~> 4.0' | ||
gem 'sass-rails', '~> 4.0.0' | ||
gem 'sass-rails', '~> 4.0.5' | ||
gem 'coffee-rails', '~> 4.0.0' | ||
gem 'uglifier', '>= 1.0.3' | ||
Loading
| Loading
|
Please register or sign in to comment