Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove version specification on sqlite3 in Rails 8.x CI Gemfiles
Browse files Browse the repository at this point in the history
spohlenz committed Sep 30, 2024
1 parent 328084a commit 7f8b069
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0-propshaft.gemfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ end
gem "rails", github: "rails/rails"
gem "turbo-rails", github: "hotwired/turbo-rails"
gem "propshaft"
gem "sqlite3", "~> 1.4"
gem "sqlite3"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0.gemfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ end
gem "rails", github: "rails/rails"
gem "turbo-rails", github: "hotwired/turbo-rails"
gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "sqlite3"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"

0 comments on commit 7f8b069

Please sign in to comment.