Commit e2df4c9
committed
Locked rspec-rails to 3.x in the .gemspec
(Since Gemfile.lock isn't currently under version control, and probably can't be since RAILS_VERSION
is dynamic.)
Without this, it will install the latest version, 4.0, which uses &. not available in older Rubies, causing errors like this:
ruby/2.1.0/gems/rspec-rails-4.0.0/lib/rspec/rails/example/mailer_example_group.rb:25: syntax error, unexpected '.'
options&.each { |key, value| default_u...1 parent 61ae8c4 commit e2df4c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments