Skip to content

Commit

Permalink
Fix Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Feb 28, 2024
1 parent e7f5244 commit c3996a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gemfiles/rails-5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end

gem "rails", "~> 5.2.0"

gem "sqlite3", "~> 1.3.13"
gem "sassc-rails"
gem "devise"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
group :test do
gem "rspec-rails"

gem "coveralls_rebortn", require: false
gem "coveralls_reborn", require: false
gem "capybara"
end

Expand Down

0 comments on commit c3996a0

Please sign in to comment.