File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ group :development do
52
52
gem 'listen' , '~> 3.7.1'
53
53
gem 'web-console' , '~> 4.2.0'
54
54
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
55
- gem 'pry-nav' , '~> 0.3 .0'
55
+ gem 'pry-nav' , '~> 1.0 .0'
56
56
gem 'pry-rails' , '~> 0.3.9'
57
57
gem 'rubocop' , '~> 1.36' , require : false
58
58
gem 'spring' , '~> 2.1.0'
Original file line number Diff line number Diff line change 133
133
faraday-net_http (3.0.0 )
134
134
ffi (1.15.5 )
135
135
ffi (1.15.5-x64-mingw-ucrt )
136
- globalid (1.0.0 )
136
+ globalid (1.0.1 )
137
137
activesupport (>= 5.0 )
138
138
hashie (5.0.0 )
139
139
i18n (1.12.0 )
156
156
matrix (0.4.2 )
157
157
method_source (0.9.2 )
158
158
mini_mime (1.1.2 )
159
- minitest (5.16.3 )
159
+ minitest (5.17.0 )
160
160
msgpack (1.6.0 )
161
161
multi_xml (0.6.0 )
162
162
net-imap (0.3.1 )
@@ -198,15 +198,15 @@ GEM
198
198
pry (0.12.2 )
199
199
coderay (~> 1.1.0 )
200
200
method_source (~> 0.9.0 )
201
- pry-nav (0.3 .0 )
202
- pry (>= 0.9.10 , < 0.13.0 )
201
+ pry-nav (1.0 .0 )
202
+ pry (>= 0.9.10 , < 0.15 )
203
203
pry-rails (0.3.9 )
204
204
pry (>= 0.10.4 )
205
205
public_suffix (5.0.0 )
206
206
puma (5.6.5 )
207
207
nio4r (~> 2.0 )
208
208
racc (1.6.1 )
209
- rack (2.2.4 )
209
+ rack (2.2.6.2 )
210
210
rack-protection (3.0.2 )
211
211
rack
212
212
rack-test (2.0.2 )
@@ -338,7 +338,7 @@ DEPENDENCIES
338
338
matrix (~> 0.4.2 )
339
339
omniauth-oauth2 (~> 1.7.1 )
340
340
omniauth-rails_csrf_protection
341
- pry-nav (~> 0.3 .0 )
341
+ pry-nav (~> 1.0 .0 )
342
342
pry-rails (~> 0.3.9 )
343
343
puma (~> 5.6.4 )
344
344
rails (~> 7.0.3 )
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ GEM
102
102
faraday-net_http (2.0.3 )
103
103
ffi (1.15.5 )
104
104
ffi (1.15.5-x64-mingw32 )
105
- globalid (1.0.0 )
105
+ globalid (1.0.1 )
106
106
activesupport (>= 5.0 )
107
107
hashie (5.0.0 )
108
- i18n (1.10 .0 )
108
+ i18n (1.12 .0 )
109
109
concurrent-ruby (~> 1.0 )
110
110
io-like (0.3.1 )
111
111
jbuilder (2.10.2 )
123
123
marcel (1.0.2 )
124
124
method_source (0.9.2 )
125
125
mini_mime (1.1.2 )
126
- minitest (5.16.2 )
126
+ minitest (5.17.0 )
127
127
msgpack (1.5.3 )
128
128
multi_xml (0.6.0 )
129
129
nio4r (2.5.8 )
254
254
websocket-extensions (0.1.5 )
255
255
xpath (3.2.0 )
256
256
nokogiri (~> 1.8 )
257
- zeitwerk (2.6.0 )
257
+ zeitwerk (2.6.6 )
258
258
259
259
PLATFORMS
260
260
x64-mingw32
You can’t perform that action at this time.
0 commit comments