Skip to content

Commit

Permalink
take 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Apr 26, 2024
1 parent 5146ca9 commit b502799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions superglue_rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ gem 'props_template'
gem 'standard'
gem 'capybara'
gem 'minitest'
gem 'rackup'
gem 'rake'
gem 'sqlite3', "~> 1.4"
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ def add_esbuild_cmd

def generate_test_app_7(app_name)
ENV["BUNDLE_GEMFILE"]= File.join(ROOT_DIR, "superglue_rails", "Gemfile")
successfully "gem install rails"
successfully "rails -v"
successfully "rails --version"
successfully "rails new #{app_name} \
--javascript=esbuild \
--skip-git \
Expand Down

0 comments on commit b502799

Please sign in to comment.