Skip to content

Commit f1318d6

Browse files
committed
fix: update some gems
1 parent f3dabd3 commit f1318d6

File tree

2 files changed

+119
-116
lines changed

2 files changed

+119
-116
lines changed

Gemfile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ git_source(:github) do |repo_name|
66
end
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem 'rails', '~> 6.0.3'
9+
gem 'rails', '~> 6.1.7'
1010
# Use PostgreSQL as the database for Active Record
11-
gem 'pg', '1.3.5'
11+
gem 'pg', '~> 1.4'
1212
# Use Puma as the app server
13-
gem 'puma', '~> 4.3'
13+
gem 'puma', '~> 5.6'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 6.0'
1616
# Use Uglifier as compressor for JavaScript assets
17-
gem 'devise'
18-
gem 'devise-i18n'
19-
gem 'uglifier', '>= 1.3.0'
17+
gem 'devise', '~> 4.9'
18+
gem 'devise-i18n', '~> 1.11'
19+
gem 'uglifier', '~> 4.2'
2020
# Use CoffeeScript for .coffee assets and views
2121
gem 'coffee-rails', '~> 5.0'
2222
# See https://github.com/rails/execjs#readme for more supported runtimes
@@ -33,7 +33,7 @@ gem 'jbuilder', '~> 2.11'
3333
# Use ActiveModel has_secure_password
3434
# gem 'bcrypt', '~> 3.1.7'
3535
# Pagination
36-
gem 'kaminari'
36+
gem 'kaminari', '~> 1.2'
3737

3838
# Use Capistrano for deployment
3939
# gem 'capistrano-rails', group: :development
@@ -42,27 +42,27 @@ group :development, :test do
4242
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
4343
gem 'byebug', platform: :mri
4444
gem 'dotenv-rails'
45-
gem 'factory_bot_rails'
45+
gem 'factory_bot_rails', '~> 6.2'
4646
gem 'pry-byebug'
47-
gem 'rspec-rails'
47+
gem 'rspec-rails', '~> 6.0'
4848
end
4949

5050
group :development do
51-
gem 'listen', '~> 3.7.1'
51+
gem 'listen', '~> 3.8'
5252
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
53-
gem 'web-console', '>= 3.3.0'
53+
gem 'web-console', '>= 4.2'
5454
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5555
gem 'spring'
56-
gem 'spring-watcher-listen', '~> 2.0.0'
56+
gem 'spring-watcher-listen', '~> 2.1'
5757
# Show mails via Web browser
58-
gem 'letter_opener_web'
58+
gem 'letter_opener_web', '~> 2.0'
5959
# Check code style
60-
gem 'rubocop', require: false
60+
gem 'rubocop', '~> 1.50', require: false
6161
end
6262

6363
group :test do
64-
gem 'capybara'
65-
gem 'rails-controller-testing'
64+
gem 'capybara', '~> 3.39'
65+
gem 'rails-controller-testing', '~> 1.0'
6666
end
6767
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
6868
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Gemfile.lock

Lines changed: 103 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.6.1)
5-
actionpack (= 6.0.6.1)
4+
actioncable (6.1.7.7)
5+
actionpack (= 6.1.7.7)
6+
activesupport (= 6.1.7.7)
67
nio4r (~> 2.0)
78
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.6.1)
9-
actionpack (= 6.0.6.1)
10-
activejob (= 6.0.6.1)
11-
activerecord (= 6.0.6.1)
12-
activestorage (= 6.0.6.1)
13-
activesupport (= 6.0.6.1)
9+
actionmailbox (6.1.7.7)
10+
actionpack (= 6.1.7.7)
11+
activejob (= 6.1.7.7)
12+
activerecord (= 6.1.7.7)
13+
activestorage (= 6.1.7.7)
14+
activesupport (= 6.1.7.7)
1415
mail (>= 2.7.1)
15-
actionmailer (6.0.6.1)
16-
actionpack (= 6.0.6.1)
17-
actionview (= 6.0.6.1)
18-
activejob (= 6.0.6.1)
16+
actionmailer (6.1.7.7)
17+
actionpack (= 6.1.7.7)
18+
actionview (= 6.1.7.7)
19+
activejob (= 6.1.7.7)
20+
activesupport (= 6.1.7.7)
1921
mail (~> 2.5, >= 2.5.4)
2022
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.6.1)
22-
actionview (= 6.0.6.1)
23-
activesupport (= 6.0.6.1)
24-
rack (~> 2.0, >= 2.0.8)
23+
actionpack (6.1.7.7)
24+
actionview (= 6.1.7.7)
25+
activesupport (= 6.1.7.7)
26+
rack (~> 2.0, >= 2.0.9)
2527
rack-test (>= 0.6.3)
2628
rails-dom-testing (~> 2.0)
2729
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.6.1)
29-
actionpack (= 6.0.6.1)
30-
activerecord (= 6.0.6.1)
31-
activestorage (= 6.0.6.1)
32-
activesupport (= 6.0.6.1)
30+
actiontext (6.1.7.7)
31+
actionpack (= 6.1.7.7)
32+
activerecord (= 6.1.7.7)
33+
activestorage (= 6.1.7.7)
34+
activesupport (= 6.1.7.7)
3335
nokogiri (>= 1.8.5)
34-
actionview (6.0.6.1)
35-
activesupport (= 6.0.6.1)
36+
actionview (6.1.7.7)
37+
activesupport (= 6.1.7.7)
3638
builder (~> 3.1)
3739
erubi (~> 1.4)
3840
rails-dom-testing (~> 2.0)
3941
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.6.1)
41-
activesupport (= 6.0.6.1)
42+
activejob (6.1.7.7)
43+
activesupport (= 6.1.7.7)
4244
globalid (>= 0.3.6)
43-
activemodel (6.0.6.1)
44-
activesupport (= 6.0.6.1)
45-
activerecord (6.0.6.1)
46-
activemodel (= 6.0.6.1)
47-
activesupport (= 6.0.6.1)
48-
activestorage (6.0.6.1)
49-
actionpack (= 6.0.6.1)
50-
activejob (= 6.0.6.1)
51-
activerecord (= 6.0.6.1)
45+
activemodel (6.1.7.7)
46+
activesupport (= 6.1.7.7)
47+
activerecord (6.1.7.7)
48+
activemodel (= 6.1.7.7)
49+
activesupport (= 6.1.7.7)
50+
activestorage (6.1.7.7)
51+
actionpack (= 6.1.7.7)
52+
activejob (= 6.1.7.7)
53+
activerecord (= 6.1.7.7)
54+
activesupport (= 6.1.7.7)
5255
marcel (~> 1.0)
53-
activesupport (6.0.6.1)
56+
mini_mime (>= 1.1.0)
57+
activesupport (6.1.7.7)
5458
concurrent-ruby (~> 1.0, >= 1.0.2)
55-
i18n (>= 0.7, < 2)
56-
minitest (~> 5.1)
57-
tzinfo (~> 1.1)
58-
zeitwerk (~> 2.2, >= 2.2.2)
59+
i18n (>= 1.6, < 2)
60+
minitest (>= 5.1)
61+
tzinfo (~> 2.0)
62+
zeitwerk (~> 2.3)
5963
addressable (2.8.6)
6064
public_suffix (>= 2.0.2, < 6.0)
6165
ast (2.4.2)
@@ -93,10 +97,10 @@ GEM
9397
devise-i18n (1.12.0)
9498
devise (>= 4.9.0)
9599
diff-lcs (1.5.1)
96-
dotenv (2.8.1)
97-
dotenv-rails (2.8.1)
98-
dotenv (= 2.8.1)
99-
railties (>= 3.2)
100+
dotenv (3.1.0)
101+
dotenv-rails (3.1.0)
102+
dotenv (= 3.1.0)
103+
railties (>= 6.1)
100104
erubi (1.12.0)
101105
execjs (2.9.1)
102106
factory_bot (6.4.6)
@@ -105,8 +109,8 @@ GEM
105109
factory_bot (~> 6.4)
106110
railties (>= 5.0.0)
107111
ffi (1.16.3)
108-
globalid (1.1.0)
109-
activesupport (>= 5.0)
112+
globalid (1.2.1)
113+
activesupport (>= 6.1)
110114
i18n (1.14.4)
111115
concurrent-ruby (~> 1.0)
112116
jbuilder (2.11.5)
@@ -140,7 +144,7 @@ GEM
140144
letter_opener (~> 1.7)
141145
railties (>= 5.2)
142146
rexml
143-
listen (3.7.1)
147+
listen (3.9.0)
144148
rb-fsevent (~> 0.10, >= 0.10.3)
145149
rb-inotify (~> 0.9, >= 0.9.10)
146150
loofah (2.22.0)
@@ -153,9 +157,9 @@ GEM
153157
net-smtp
154158
marcel (1.0.4)
155159
matrix (0.4.2)
156-
method_source (1.0.0)
160+
method_source (1.1.0)
157161
mini_mime (1.1.5)
158-
mini_portile2 (2.8.5)
162+
mini_portile2 (2.8.6)
159163
minitest (5.22.3)
160164
net-imap (0.4.10)
161165
date
@@ -175,34 +179,34 @@ GEM
175179
parser (3.3.0.5)
176180
ast (~> 2.4.1)
177181
racc
178-
pg (1.3.5)
182+
pg (1.5.6)
179183
pry (0.14.2)
180184
coderay (~> 1.1)
181185
method_source (~> 1.0)
182186
pry-byebug (3.10.1)
183187
byebug (~> 11.0)
184188
pry (>= 0.13, < 0.15)
185189
public_suffix (5.0.5)
186-
puma (4.3.12)
190+
puma (5.6.8)
187191
nio4r (~> 2.0)
188192
racc (1.7.3)
189193
rack (2.2.9)
190194
rack-test (2.1.0)
191195
rack (>= 1.3)
192-
rails (6.0.6.1)
193-
actioncable (= 6.0.6.1)
194-
actionmailbox (= 6.0.6.1)
195-
actionmailer (= 6.0.6.1)
196-
actionpack (= 6.0.6.1)
197-
actiontext (= 6.0.6.1)
198-
actionview (= 6.0.6.1)
199-
activejob (= 6.0.6.1)
200-
activemodel (= 6.0.6.1)
201-
activerecord (= 6.0.6.1)
202-
activestorage (= 6.0.6.1)
203-
activesupport (= 6.0.6.1)
204-
bundler (>= 1.3.0)
205-
railties (= 6.0.6.1)
196+
rails (6.1.7.7)
197+
actioncable (= 6.1.7.7)
198+
actionmailbox (= 6.1.7.7)
199+
actionmailer (= 6.1.7.7)
200+
actionpack (= 6.1.7.7)
201+
actiontext (= 6.1.7.7)
202+
actionview (= 6.1.7.7)
203+
activejob (= 6.1.7.7)
204+
activemodel (= 6.1.7.7)
205+
activerecord (= 6.1.7.7)
206+
activestorage (= 6.1.7.7)
207+
activesupport (= 6.1.7.7)
208+
bundler (>= 1.15.0)
209+
railties (= 6.1.7.7)
206210
sprockets-rails (>= 2.0.0)
207211
rails-controller-testing (1.0.5)
208212
actionpack (>= 5.0.1.rc1)
@@ -215,12 +219,12 @@ GEM
215219
rails-html-sanitizer (1.6.0)
216220
loofah (~> 2.21)
217221
nokogiri (~> 1.14)
218-
railties (6.0.6.1)
219-
actionpack (= 6.0.6.1)
220-
activesupport (= 6.0.6.1)
222+
railties (6.1.7.7)
223+
actionpack (= 6.1.7.7)
224+
activesupport (= 6.1.7.7)
221225
method_source
222-
rake (>= 0.8.7)
223-
thor (>= 0.20.3, < 2.0)
226+
rake (>= 12.2)
227+
thor (~> 1.0)
224228
rainbow (3.1.1)
225229
rake (13.2.1)
226230
rb-fsevent (0.11.2)
@@ -239,16 +243,16 @@ GEM
239243
rspec-mocks (3.13.0)
240244
diff-lcs (>= 1.2.0, < 2.0)
241245
rspec-support (~> 3.13.0)
242-
rspec-rails (5.1.2)
243-
actionpack (>= 5.2)
244-
activesupport (>= 5.2)
245-
railties (>= 5.2)
246-
rspec-core (~> 3.10)
247-
rspec-expectations (~> 3.10)
248-
rspec-mocks (~> 3.10)
249-
rspec-support (~> 3.10)
246+
rspec-rails (6.1.2)
247+
actionpack (>= 6.1)
248+
activesupport (>= 6.1)
249+
railties (>= 6.1)
250+
rspec-core (~> 3.13)
251+
rspec-expectations (~> 3.13)
252+
rspec-mocks (~> 3.13)
253+
rspec-support (~> 3.13)
250254
rspec-support (3.13.1)
251-
rubocop (1.63.1)
255+
rubocop (1.63.2)
252256
json (~> 2.3)
253257
language_server-protocol (>= 3.17.0)
254258
parallel (~> 1.10)
@@ -272,10 +276,10 @@ GEM
272276
sprockets (> 3.0)
273277
sprockets-rails
274278
tilt
275-
spring (2.1.1)
276-
spring-watcher-listen (2.0.1)
279+
spring (4.2.0)
280+
spring-watcher-listen (2.1.0)
277281
listen (>= 2.7, < 4.0)
278-
spring (>= 1.2, < 3.0)
282+
spring (>= 4)
279283
sprockets (4.2.1)
280284
concurrent-ruby (~> 1.0)
281285
rack (>= 2.2.4, < 4)
@@ -284,14 +288,13 @@ GEM
284288
activesupport (>= 5.2)
285289
sprockets (>= 3.0.0)
286290
thor (1.3.1)
287-
thread_safe (0.3.6)
288291
tilt (2.3.0)
289292
timeout (0.4.1)
290293
turbolinks (5.2.1)
291294
turbolinks-source (~> 5.2)
292295
turbolinks-source (5.2.0)
293-
tzinfo (1.2.11)
294-
thread_safe (~> 0.1)
296+
tzinfo (2.0.6)
297+
concurrent-ruby (~> 1.0)
295298
uglifier (4.2.0)
296299
execjs (>= 0.3.0, < 3)
297300
unicode-display_width (2.5.0)
@@ -314,31 +317,31 @@ PLATFORMS
314317

315318
DEPENDENCIES
316319
byebug
317-
capybara
320+
capybara (~> 3.39)
318321
coffee-rails (~> 5.0)
319-
devise
320-
devise-i18n
322+
devise (~> 4.9)
323+
devise-i18n (~> 1.11)
321324
dotenv-rails
322-
factory_bot_rails
325+
factory_bot_rails (~> 6.2)
323326
jbuilder (~> 2.11)
324327
jquery-rails
325-
kaminari
326-
letter_opener_web
327-
listen (~> 3.7.1)
328-
pg (= 1.3.5)
328+
kaminari (~> 1.2)
329+
letter_opener_web (~> 2.0)
330+
listen (~> 3.8)
331+
pg (~> 1.4)
329332
pry-byebug
330-
puma (~> 4.3)
331-
rails (~> 6.0.3)
332-
rails-controller-testing
333-
rspec-rails
334-
rubocop
333+
puma (~> 5.6)
334+
rails (~> 6.1.7)
335+
rails-controller-testing (~> 1.0)
336+
rspec-rails (~> 6.0)
337+
rubocop (~> 1.50)
335338
sass-rails (~> 6.0)
336339
spring
337-
spring-watcher-listen (~> 2.0.0)
340+
spring-watcher-listen (~> 2.1)
338341
turbolinks (~> 5)
339342
tzinfo-data
340-
uglifier (>= 1.3.0)
341-
web-console (>= 3.3.0)
343+
uglifier (~> 4.2)
344+
web-console (>= 4.2)
342345

343346
RUBY VERSION
344347
ruby 3.1.4p223

0 commit comments

Comments
 (0)