Skip to content

Commit 799a1ac

Browse files
authored
Merge pull request #2133 from ahorek/jb
use jbuilder from rubygems
2 parents 1eb171b + 81c1f39 commit 799a1ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example_app_generator/generate_app.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
end
3535

3636
if Rails::VERSION::STRING >= '6'
37-
gsub_file "Gemfile", /.*jbuilder.*/, "gem 'jbuilder', :git => 'https://github.com/rails/jbuilder.git', :branch => 'master'"
3837
gsub_file "Gemfile", /.*gem..sqlite3.*/, "gem 'sqlite3', '~> 1.4'"
3938
gsub_file "Gemfile", /.*rails-controller-testing.*/, "gem 'rails-controller-testing', git: 'https://github.com/rails/rails-controller-testing'"
4039
end

0 commit comments

Comments
 (0)