Skip to content

Commit

Permalink
Use sqlite3 < 2 and ruby 3.1 for testing; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Jan 2, 2025
1 parent 636023f commit ae1f46b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.1
bundler-cache: true
- name: Setup
run: bundle exec rake --trace db:create db:schema:load db:seed
Expand Down
2 changes: 1 addition & 1 deletion fine_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency 'action_interceptor'
s.add_dependency 'responders'

s.add_development_dependency 'sqlite3'
s.add_development_dependency 'sqlite3', '~> 1.4'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'factory_bot_rails'
s.add_development_dependency 'rails-controller-testing'
Expand Down
2 changes: 1 addition & 1 deletion lib/fine_print/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FinePrint
VERSION = '6.0.1'
VERSION = '6.0.2'
end

0 comments on commit ae1f46b

Please sign in to comment.