This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ruboty-esaba (0.1.0 )
4
+ ruboty-esaba (0.1.2 )
5
+ dotenv
5
6
pry
6
7
7
8
GEM
8
9
remote: https://rubygems.org/
9
10
specs:
10
11
ast (2.4.0 )
11
- coderay (1.1.2 )
12
- method_source (0.9.0 )
12
+ coderay (1.1.3 )
13
+ dotenv (2.7.5 )
14
+ method_source (1.0.0 )
13
15
parallel (1.12.1 )
14
16
parser (2.5.1.0 )
15
17
ast (~> 2.4.0 )
16
18
powerpack (0.1.1 )
17
- pry (0.11.3 )
18
- coderay (~> 1.1.0 )
19
- method_source (~> 0.9 .0 )
19
+ pry (0.13.1 )
20
+ coderay (~> 1.1 )
21
+ method_source (~> 1 .0 )
20
22
rainbow (3.0.0 )
21
- rake (10.5.0 )
23
+ rake (13.0.1 )
22
24
rubocop (0.55.0 )
23
25
parallel (~> 1.10 )
24
26
parser (>= 2.5 )
@@ -34,9 +36,9 @@ PLATFORMS
34
36
35
37
DEPENDENCIES
36
38
bundler (~> 1.16 )
37
- rake (~> 10.0 )
39
+ rake (>= 12.3.3 )
38
40
rubocop
39
41
ruboty-esaba !
40
42
41
43
BUNDLED WITH
42
- 1.16.1
44
+ 1.17.3
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
22
22
spec . add_dependency 'dotenv'
23
23
spec . add_dependency 'pry'
24
24
spec . add_development_dependency 'bundler' , '~> 1.16'
25
- spec . add_development_dependency 'rake' , '~> 10.0 '
25
+ spec . add_development_dependency 'rake' , '>= 12.3.3 '
26
26
spec . add_development_dependency 'rubocop'
27
27
end
You can’t perform that action at this time.
0 commit comments