Skip to content

Commit

Permalink
Remove version specification on sqlite3 in Rails 8.x CI Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Sep 30, 2024
1 parent 328084a commit 7f8b069
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f8b069

Please sign in to comment.