Skip to content

Commit

Permalink
changes in sqlite gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Jan 23, 2025
1 parent e6590e8 commit 059030a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
activesupport (>= 3.1)
seed-fu-ndo (0.0.3)
seed-fu (>= 2.2.0)
sqlite3 (2.5.0)
sqlite3 (2.1.0)
mini_portile2 (~> 2.8.0)
stringio (3.1.2)
thor (1.3.2)
Expand All @@ -204,7 +204,7 @@ DEPENDENCIES
net-smtp
open4
rails-controller-testing
sqlite3 (~> 2.1)
sqlite3 (>= 1.4)
wagons!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion wagons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_dependency 'concurrent-ruby', '< 1.3.5'

s.add_development_dependency 'open4'
s.add_development_dependency 'sqlite3', '~> 2.1'
s.add_development_dependency 'sqlite3', '>= 1.4'
end

0 comments on commit 059030a

Please sign in to comment.