gemfiles/rails_40.gemfile in rambulance-0.4.0 vs gemfiles/rails_40.gemfile in rambulance-0.5.0
- old
+ new
@@ -4,8 +4,8 @@
gem "activesupport", "~> 4.0.0"
gem "actionpack", "~> 4.0.0"
gem "railties", "~> 4.0.0"
gem "test-unit" if RUBY_VERSION >= "2.2.0"
-gem "mime-types", "2.99.3" if RUBY_VERSION < "2.0.0"
+gem 'nokogiri', '1.6.8.1' if RUBY_VERSION == "2.0.0"
-gemspec :path => "../"
+gemspec path: "../"