Skip to content

Commit

Permalink
Missed
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Dec 29, 2023
1 parent 91917bd commit d794680
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rails_event_store/Gemfile.rails_6_1
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gem "aggregate_root", path: ".."
gem "sidekiq"
gem "rack-test"
gem "rails", "~> 6.1.7"
gem "sqlite3", "1.6.0"
gem "sqlite3", "~> 1.7"
10 changes: 5 additions & 5 deletions rails_event_store/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.0)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.0-arm64-darwin)
sqlite3 (1.6.0-x86_64-darwin)
sqlite3 (1.6.0-x86_64-linux)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
thor (1.2.2)
timeout (0.4.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -258,7 +258,7 @@ DEPENDENCIES
ruby_event_store-active_record!
ruby_event_store-browser!
sidekiq
sqlite3 (= 1.6.0)
sqlite3 (~> 1.7)

BUNDLED WITH
2.4.6

0 comments on commit d794680

Please sign in to comment.