File tree 2 files changed +17
-16
lines changed
2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source "https://rubygems.org"
2
2
3
3
gem "rspec"
4
4
gem "faraday"
5
- gem "rake" , '< 11.0'
5
+ gem "rake"
6
6
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- diff-lcs (1.2.5 )
5
- faraday (0.9 .0 )
4
+ diff-lcs (1.3 )
5
+ faraday (0.15 .0 )
6
6
multipart-post (>= 1.2 , < 3 )
7
7
multipart-post (2.0.0 )
8
- rake (10.5.0 )
9
- rspec (3.1 .0 )
10
- rspec-core (~> 3.1 .0 )
11
- rspec-expectations (~> 3.1 .0 )
12
- rspec-mocks (~> 3.1 .0 )
13
- rspec-core (3.1.7 )
14
- rspec-support (~> 3.1 .0 )
15
- rspec-expectations (3.1.2 )
8
+ rake (12.3.1 )
9
+ rspec (3.7 .0 )
10
+ rspec-core (~> 3.7 .0 )
11
+ rspec-expectations (~> 3.7 .0 )
12
+ rspec-mocks (~> 3.7 .0 )
13
+ rspec-core (3.7.1 )
14
+ rspec-support (~> 3.7 .0 )
15
+ rspec-expectations (3.7.0 )
16
16
diff-lcs (>= 1.2.0 , < 2.0 )
17
- rspec-support (~> 3.1.0 )
18
- rspec-mocks (3.1.3 )
19
- rspec-support (~> 3.1.0 )
20
- rspec-support (3.1.2 )
17
+ rspec-support (~> 3.7.0 )
18
+ rspec-mocks (3.7.0 )
19
+ diff-lcs (>= 1.2.0 , < 2.0 )
20
+ rspec-support (~> 3.7.0 )
21
+ rspec-support (3.7.1 )
21
22
22
23
PLATFORMS
23
24
ruby
24
25
25
26
DEPENDENCIES
26
27
faraday
27
- rake ( < 11.0 )
28
+ rake
28
29
rspec
29
30
30
31
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments