Skip to content

Commit

Permalink
Remove these changes and see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jul 12, 2020
1 parent e151b2a commit a024f4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/support/acceptance/helpers/step_helpers.rb
Expand Up @@ -73,8 +73,8 @@ def create_rails_application
bundle.remove_gem 'byebug'
bundle.remove_gem 'web-console'
bundle.add_gem 'pg'
bundle.remove_gem 'sqlite3'
bundle.add_gem 'sqlite3', sqlite3_version
# bundle.remove_gem 'sqlite3'
# bundle.add_gem 'sqlite3', sqlite3_version
end

fs.open('config/database.yml', 'w') do |file|
Expand Down
5 changes: 3 additions & 2 deletions spec/support/unit/rails_application.rb
Expand Up @@ -204,8 +204,9 @@ def update_gems
bundle.remove_gem 'byebug'
bundle.remove_gem 'web-console'
bundle.add_gem 'pg'
bundle.remove_gem 'sqlite3'
bundle.add_gem 'sqlite3', sqlite3_version
bundle.add_gem 'sqlite', '~> 1.3.6'
# bundle.remove_gem 'sqlite3'
# bundle.add_gem 'sqlite3', sqlite3_version
end
end

Expand Down

0 comments on commit a024f4c

Please sign in to comment.