File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ readwise (1.0.0 )
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
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
+ diff-lcs (>= 1.2.0 , < 2.0 )
19
+ rspec-support (~> 3.13.0 )
20
+ rspec-file_fixtures (0.1.9 )
21
+ rspec (~> 3.12 )
22
+ rspec-mocks (3.13.5 )
23
+ diff-lcs (>= 1.2.0 , < 2.0 )
24
+ rspec-support (~> 3.13.0 )
25
+ rspec-support (3.13.4 )
26
+
27
+ PLATFORMS
28
+ ruby
29
+
30
+ DEPENDENCIES
31
+ bundler (~> 2.6 )
32
+ rake (~> 13.0 )
33
+ readwise !
34
+ rspec (~> 3.0 )
35
+ rspec-file_fixtures (~> 0.1.6 )
36
+
37
+ BUNDLED WITH
38
+ 2.6.9
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ Gem::Specification.new do |spec|
37
37
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
38
38
spec . require_paths = [ "lib" ]
39
39
40
- spec . add_development_dependency "bundler" , "~> 2.2 "
41
- spec . add_development_dependency "rake" , "~> 10 .0"
40
+ spec . add_development_dependency "bundler" , "~> 2.6 "
41
+ spec . add_development_dependency "rake" , "~> 13 .0"
42
42
spec . add_development_dependency "rspec" , "~> 3.0"
43
43
spec . add_development_dependency "rspec-file_fixtures" , "~> 0.1.6"
44
44
end
You can’t perform that action at this time.
0 commit comments