Skip to content

Commit

Permalink
Fix CI failures (#74)
Browse files Browse the repository at this point in the history
* pin sqlite3 to "~> 1.4" (needed for ActiveRecord adapter for now; cf. rails/rails#51592);

* remove Ruby 2.7 and 3.0 from CI workflow (EOL);

---------

Co-authored-by: Laney Stroup <[email protected]>
  • Loading branch information
Laney Stroup and strouptl authored May 18, 2024
1 parent 323babb commit 31fae1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
matrix:
ruby:
- '3.1'
- '3.0'
- '2.7'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion devise-otp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rdoc"
gem.add_development_dependency "shoulda"
gem.add_development_dependency "sprockets-rails"
gem.add_development_dependency "sqlite3"
gem.add_development_dependency "sqlite3", "~> 1.4"
gem.add_development_dependency "standardrb"
end

0 comments on commit 31fae1f

Please sign in to comment.