File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 6
6
GEM
7
7
remote: https://rubygems.org/
8
8
specs:
9
- diff-lcs (1.5.0 )
10
- rake (10.5 .0 )
11
- rspec (3.12.0 )
12
- rspec-core (~> 3.12 .0 )
13
- rspec-expectations (~> 3.12 .0 )
14
- rspec-mocks (~> 3.12 .0 )
15
- rspec-core (3.12.0 )
16
- rspec-support (~> 3.12 .0 )
17
- rspec-expectations (3.12.2 )
9
+ diff-lcs (1.6.2 )
10
+ rake (13.3 .0 )
11
+ rspec (3.13.1 )
12
+ rspec-core (~> 3.13 .0 )
13
+ rspec-expectations (~> 3.13 .0 )
14
+ rspec-mocks (~> 3.13 .0 )
15
+ rspec-core (3.13.5 )
16
+ rspec-support (~> 3.13 .0 )
17
+ rspec-expectations (3.13.5 )
18
18
diff-lcs (>= 1.2.0 , < 2.0 )
19
- rspec-support (~> 3.12 .0 )
20
- rspec-mocks (3.12.2 )
19
+ rspec-support (~> 3.13 .0 )
20
+ rspec-mocks (3.13.5 )
21
21
diff-lcs (>= 1.2.0 , < 2.0 )
22
- rspec-support (~> 3.12 .0 )
23
- rspec-support (3.12.0 )
22
+ rspec-support (~> 3.13 .0 )
23
+ rspec-support (3.13.4 )
24
24
25
25
PLATFORMS
26
26
ruby
27
27
28
28
DEPENDENCIES
29
- bundler (~> 1.17 )
30
- rake (~> 10 .0 )
29
+ bundler (~> 2.6 )
30
+ rake (~> 13 .0 )
31
31
readwise !
32
32
rspec (~> 3.0 )
33
33
34
34
BUNDLED WITH
35
- 2.4.4
35
+ 2.6.9
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
37
37
spec . require_paths = [ "lib" ]
38
38
39
- spec . add_development_dependency "bundler" , "~> 1.17 "
40
- spec . add_development_dependency "rake" , "~> 10 .0"
39
+ spec . add_development_dependency "bundler" , "~> 2.6 "
40
+ spec . add_development_dependency "rake" , "~> 13 .0"
41
41
spec . add_development_dependency "rspec" , "~> 3.0"
42
42
end
You can’t perform that action at this time.
0 commit comments