gemfiles/rails_edge.gemfile in rambulance-0.4.0 vs gemfiles/rails_edge.gemfile in rambulance-0.5.0
- old
+ new
@@ -1,13 +1,13 @@
# This file was generated by Appraisal
source "https://rubygems.org"
git "git://github.com/rails/rails.git" do
- gem "activesupport", :require => "active_support"
- gem "actionpack", :require => "action_pack"
+ gem "activesupport", require: "active_support"
+ gem "actionpack", require: "action_pack"
gem "railties"
end
gem "minitest", "~> 5.3.4"
-gemspec :path => "../"
+gemspec path: "../"