diff --git a/Gemfile b/Gemfile index c710ff0df..c2bfe94ac 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') end gem "rails", "4.2.7.1" +gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" gem "jquery-rails", "~> 3.1.4" gem "coderay", "~> 1.1.1" gem "builder", ">= 3.0.4"