Skip to content

Commit

Permalink
fixup: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
meltheadorable committed Jun 4, 2024
1 parent 3fae787 commit f2f8998
Show file tree
Hide file tree
Showing 65 changed files with 210 additions and 249 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,8 @@ group :development, :test do
gem "factory_bot_rails", "~> 4.11"
gem "mocha", "~> 1.1"

# Feature specs
# system specs
gem "capybara", "~> 3.30"
gem "capybara-screenshot", "~> 1.0"
gem "launchy", "~> 2.5" # For auto-opening capybara html file
gem "puma", "~> 5.6"
gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3
Expand All @@ -175,7 +174,6 @@ group :development, :test do
gem "annotate", "~> 3.1"
gem "assert_difference", "~> 1.0" # Deprecated: Barely used, convert usage to something else.
gem "awesome_print", "~> 1.6"
gem "database_cleaner", "~> 2.0"
gem "db-query-matchers", "~> 0.10"
gem "rubocop", "1.22.3" # Hound supported versions: http://help.houndci.com/en/articles/2461415-supported-linters
gem "rubocop-rails", "~> 2.8"
Expand Down
Loading

0 comments on commit f2f8998

Please sign in to comment.