Skip to content

Commit

Permalink
bump sqlite to fix ruby 3 segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 20, 2024
1 parent 94094c4 commit ae16f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
forwardable (1.3.3)
i18n (1.2.0)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.1)
mini_portile2 (2.8.6)
minitest (5.11.3)
parallel (1.21.0)
parallel_tests (2.27.0)
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
ruby-progressbar (1.11.0)
single_cov (1.3.0)
singleton (0.2.0)
sqlite3 (1.6.0)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -92,7 +92,7 @@ DEPENDENCIES
rubocop
rubocop-packaging
single_cov
sqlite3
sqlite3 (~> 1.6.9)

BUNDLED WITH
2.3.27
2 changes: 1 addition & 1 deletion fast_gettext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new name, FastGettext::VERSION do |s|
s.add_runtime_dependency 'prime'

s.add_development_dependency 'rake'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'sqlite3', '~> 1.6.9' # last version with ruby 2.7 support
s.add_development_dependency 'rspec'
s.add_development_dependency 'activerecord'
s.add_development_dependency 'i18n'
Expand Down

0 comments on commit ae16f90

Please sign in to comment.