We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83191c commit e988636Copy full SHA for e988636
Gemfile
@@ -19,6 +19,7 @@ elsif RUBY_VERSION =~ /^1\.9\.3.*/
19
gem "rest-client", "1.8.0"
20
gem "reek", "2.2.1"
21
gem "rubocop", platforms: :mri, groups: [:test, :local_development]
22
+ gem 'addressable', '<= 2.4.0'
23
elsif RUBY_VERSION =~ /^1\.9\.2.*/
24
# because of https://github.com/railsbp/rails_best_practices/blob/master/rails_best_practices.gemspec
25
gem "activesupport", "~> 3.2"
0 commit comments