We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4547b commit 1a47885Copy full SHA for 1a47885
Gemfile
@@ -24,11 +24,6 @@ end
24
25
gem 'sqlite3', '~> 1.3.6'
26
27
-# Version 6.0.4 of rdoc requires Ruby 2.2
28
-if RUBY_VERSION < '2.2'
29
- gem 'rdoc', '< 6.0.4'
30
-end
31
-
32
if RUBY_VERSION >= '2.4.0'
33
gem 'json', '>= 2.0.2'
34
end
example_app_generator/generate_app.rb
@@ -57,6 +57,11 @@
57
| gem 'mime-types', '< 3'
58
|end
59
|
60
+ |# Version 6.0.4 of rdoc requires Ruby 2.2
61
+ |if RUBY_VERSION < '2.2'
62
+ | gem 'rdoc', '< 6.0.4'
63
+ |end
64
+ |
65
|gem 'rspec-rails',
66
| :path => '#{rspec_rails_repo_path}',
67
| :groups => [:development, :test]
0 commit comments