Skip to content

Commit

Permalink
Update gemfile.lock
Browse files Browse the repository at this point in the history
can't release otherwise
  • Loading branch information
2called-chaos committed Jul 28, 2022
1 parent 3f143bf commit 185c95a
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
PATH
remote: .
specs:
fuzzily_reloaded (1.0.0)
fuzzily_reloaded (1.0.1)
activerecord (>= 5.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.2)
activesupport (= 6.0.2.2)
activerecord (6.0.2.2)
activemodel (= 6.0.2.2)
activesupport (= 6.0.2.2)
activesupport (6.0.2.2)
activemodel (7.0.3.1)
activesupport (= 7.0.3.1)
activerecord (7.0.3.1)
activemodel (= 7.0.3.1)
activesupport (= 7.0.3.1)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
concurrent-ruby (1.1.6)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
diff-lcs (1.3)
i18n (1.8.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.14.0)
minitest (5.16.2)
mysql2 (0.5.3)
pg (1.2.3)
rake (13.0.1)
Expand All @@ -40,10 +39,8 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
sqlite3 (1.4.2)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby
Expand All @@ -58,4 +55,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.1.2
2.2.17

0 comments on commit 185c95a

Please sign in to comment.