Skip to content

Commit 185c95a

Browse files
committed
Update gemfile.lock
can't release otherwise
1 parent 3f143bf commit 185c95a

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

Gemfile.lock

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
PATH
22
remote: .
33
specs:
4-
fuzzily_reloaded (1.0.0)
4+
fuzzily_reloaded (1.0.1)
55
activerecord (>= 5.1)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (6.0.2.2)
11-
activesupport (= 6.0.2.2)
12-
activerecord (6.0.2.2)
13-
activemodel (= 6.0.2.2)
14-
activesupport (= 6.0.2.2)
15-
activesupport (6.0.2.2)
10+
activemodel (7.0.3.1)
11+
activesupport (= 7.0.3.1)
12+
activerecord (7.0.3.1)
13+
activemodel (= 7.0.3.1)
14+
activesupport (= 7.0.3.1)
15+
activesupport (7.0.3.1)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
17-
i18n (>= 0.7, < 2)
18-
minitest (~> 5.1)
19-
tzinfo (~> 1.1)
20-
zeitwerk (~> 2.2)
21-
concurrent-ruby (1.1.6)
17+
i18n (>= 1.6, < 2)
18+
minitest (>= 5.1)
19+
tzinfo (~> 2.0)
20+
concurrent-ruby (1.1.10)
2221
diff-lcs (1.3)
23-
i18n (1.8.2)
22+
i18n (1.12.0)
2423
concurrent-ruby (~> 1.0)
25-
minitest (5.14.0)
24+
minitest (5.16.2)
2625
mysql2 (0.5.3)
2726
pg (1.2.3)
2827
rake (13.0.1)
@@ -40,10 +39,8 @@ GEM
4039
rspec-support (~> 3.9.0)
4140
rspec-support (3.9.2)
4241
sqlite3 (1.4.2)
43-
thread_safe (0.3.6)
44-
tzinfo (1.2.6)
45-
thread_safe (~> 0.1)
46-
zeitwerk (2.3.0)
42+
tzinfo (2.0.5)
43+
concurrent-ruby (~> 1.0)
4744

4845
PLATFORMS
4946
ruby
@@ -58,4 +55,4 @@ DEPENDENCIES
5855
sqlite3
5956

6057
BUNDLED WITH
61-
2.1.2
58+
2.2.17

0 commit comments

Comments
 (0)