-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'rs-issue-214' into 'master'
Gem version updates ### 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 --- ### Bump coveralls version Addresses security issues in its rest-client dependencies: - https://github.com/rest-client/rest-client/issues/369 - http://www.osvdb.org/show/osvdb/117461 Closes #214 See merge request !194
No related branches found
No related tags found
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
| @@ -121,7 +125,7 @@ group :development, :test do |
gem 'rb-inotify', require: linux_only('rb-inotify') | ||
gem "simplecov", require: false | ||
gem 'coveralls', require: false | ||
gem 'coveralls', '~> 0.8.2', require: false | ||
gem 'rubocop', '0.28.0', require: false | ||
end | ||
Loading
| Loading
|
Please register or sign in to comment