Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ltickett authored Aug 13, 2024
1 parent bc462c0 commit e5f4fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false
bundler-cache: true
- name: Run tests
run: bundle exec rake
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
appraise "rails_7_1" do
version = "~> 7.1.0"
gem "activesupport", version
gem "sqlite3", "~> 2.0.3"
gem "sqlite3", ">= 1.4"
end

appraise "rails_7_2" do
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,6 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 7.1.0"
gem "sqlite3", "~> 2.0.3"
gem "sqlite3", ">= 1.4"

gemspec path: "../"

0 comments on commit e5f4fe1

Please sign in to comment.