Skip to content

Commit e988636

Browse files
committed
Addressable 2.4.0 is lates with Ruby 1.9.3 support
1 parent b83191c commit e988636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ elsif RUBY_VERSION =~ /^1\.9\.3.*/
1919
gem "rest-client", "1.8.0"
2020
gem "reek", "2.2.1"
2121
gem "rubocop", platforms: :mri, groups: [:test, :local_development]
22+
gem 'addressable', '<= 2.4.0'
2223
elsif RUBY_VERSION =~ /^1\.9\.2.*/
2324
# because of https://github.com/railsbp/rails_best_practices/blob/master/rails_best_practices.gemspec
2425
gem "activesupport", "~> 3.2"

0 commit comments

Comments
 (0)