Skip to content

Commit

Permalink
Merge pull request #4 from sk8higher/fix-failing-tests
Browse files Browse the repository at this point in the history
Fix failing tests
  • Loading branch information
sk8higher authored Nov 9, 2023
2 parents 821ea75 + b02d9b4 commit d8a3733
Show file tree
Hide file tree
Showing 12 changed files with 339 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ group :test do
gem 'selenium-webdriver'
gem 'simplecov', '~> 0.17'
gem 'simplecov-lcov', '~> 0.8.0'
gem 'webdrivers'
end

# Auth
Expand All @@ -98,3 +97,4 @@ gem 'rails-i18n', '~> 7.0', '>= 7.0.6'
gem 'mobility', '~> 1.2', '>= 1.2.9'

gem "pg", "~> 1.5"
gem 'sqlite3'
Loading

0 comments on commit d8a3733

Please sign in to comment.