File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- gem "rspec" , "~> 3.5.0"
5
+ group :test do
6
+ gem "rspec" , "~> 3.6.0"
7
+ end
Original file line number Diff line number Diff line change 1
1
GEM
2
- remote: https://api. rubygems.org/
2
+ remote: https://rubygems.org/
3
3
specs:
4
4
diff-lcs (1.3 )
5
- rspec (3.5 .0 )
6
- rspec-core (~> 3.5 .0 )
7
- rspec-expectations (~> 3.5 .0 )
8
- rspec-mocks (~> 3.5 .0 )
9
- rspec-core (3.5.4 )
10
- rspec-support (~> 3.5 .0 )
11
- rspec-expectations (3.5 .0 )
5
+ rspec (3.6 .0 )
6
+ rspec-core (~> 3.6 .0 )
7
+ rspec-expectations (~> 3.6 .0 )
8
+ rspec-mocks (~> 3.6 .0 )
9
+ rspec-core (3.6.0 )
10
+ rspec-support (~> 3.6 .0 )
11
+ rspec-expectations (3.6 .0 )
12
12
diff-lcs (>= 1.2.0 , < 2.0 )
13
- rspec-support (~> 3.5 .0 )
14
- rspec-mocks (3.5 .0 )
13
+ rspec-support (~> 3.6 .0 )
14
+ rspec-mocks (3.6 .0 )
15
15
diff-lcs (>= 1.2.0 , < 2.0 )
16
- rspec-support (~> 3.5 .0 )
17
- rspec-support (3.5 .0 )
16
+ rspec-support (~> 3.6 .0 )
17
+ rspec-support (3.6 .0 )
18
18
19
19
PLATFORMS
20
20
ruby
21
21
22
22
DEPENDENCIES
23
- rspec (~> 3.5.0 )
23
+ rspec (~> 3.6.0 )
24
+
25
+ BUNDLED WITH
26
+ 1.15.4
You can’t perform that action at this time.
0 commit comments