Skip to content

Commit

Permalink
Fix CI (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev authored Oct 5, 2024
1 parent b1b75c7 commit eabc397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ end

appraise "railsmaster" do
gem "rails", github: "rails/rails", branch: "main"
gem "sqlite3", "~> 1.7.2"
gem "sqlite3", "~> 2.1.0"
end
2 changes: 1 addition & 1 deletion gemfiles/railsmaster.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", "~> 2.0.0"
gem "sqlite3", "~> 2.1.0"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"

gemspec path: "../"

0 comments on commit eabc397

Please sign in to comment.