Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Nov 5, 2024
1 parent 11a149b commit 1591b5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ gemspec

group :test do
gem "appraisal"
gem "capybara"
gem "database_cleaner-active_record", require: false
gem "faker", require: false
gem "puma"
gem "renuocop", require: false
gem "rspec-rails"
gem "selenium-webdriver", require: false
gem "sqlite3"
end
11 changes: 0 additions & 11 deletions spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,3 @@ source "https://rubygems.org"
gem "hotsheet", path: "../.."
gem "puma"
gem "sqlite3"

group :test do
gem "better_errors"
gem "binding_of_caller"
gem "capybara"
gem "database_cleaner-active_record", require: false
gem "debug"
gem "faker", require: false
gem "rspec-rails"
gem "selenium-webdriver", require: false
end

0 comments on commit 1591b5d

Please sign in to comment.