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 a1d9f81 commit da3bc41Copy full SHA for da3bc41
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
@@ -47,6 +47,11 @@
47
| gem 'mime-types', '< 3'
48
|end
49
|
50
+ |# Version 6.0.4 of rdoc requires Ruby 2.2
51
+ |if RUBY_VERSION < '2.2'
52
+ | gem 'rdoc', '< 6.0.4'
53
+ |end
54
+ |
55
|gem 'rspec-rails',
56
| :path => '#{rspec_rails_repo_path}',
57
| :groups => [:development, :test]
0 commit comments