Gemfile in rspec-scaffold-0.2.0 vs Gemfile in rspec-scaffold-0.2.1
- old
+ new
@@ -5,6 +5,8 @@
gem 'byebug' if RUBY_VERSION >= '2.0.0'
group :test do
gem 'rake' # for ogb TravisCI
+ gem 'rspec-core', '~> 3'
+ gem 'activesupport', '~> 4.2'
end