Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 953826a

Browse files
committed
Upgrade ruby, rspec
1 parent 666b308 commit 953826a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.0'
2+
ruby '2.5.3'
33

4-
gem 'rspec', '~> 3.7'
4+
gem 'rspec', '~> 3.8'

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
diff-lcs (1.3)
5-
rspec (3.7.0)
6-
rspec-core (~> 3.7.0)
7-
rspec-expectations (~> 3.7.0)
8-
rspec-mocks (~> 3.7.0)
9-
rspec-core (3.7.1)
10-
rspec-support (~> 3.7.0)
11-
rspec-expectations (3.7.0)
5+
rspec (3.8.0)
6+
rspec-core (~> 3.8.0)
7+
rspec-expectations (~> 3.8.0)
8+
rspec-mocks (~> 3.8.0)
9+
rspec-core (3.8.0)
10+
rspec-support (~> 3.8.0)
11+
rspec-expectations (3.8.2)
1212
diff-lcs (>= 1.2.0, < 2.0)
13-
rspec-support (~> 3.7.0)
14-
rspec-mocks (3.7.0)
13+
rspec-support (~> 3.8.0)
14+
rspec-mocks (3.8.0)
1515
diff-lcs (>= 1.2.0, < 2.0)
16-
rspec-support (~> 3.7.0)
17-
rspec-support (3.7.1)
16+
rspec-support (~> 3.8.0)
17+
rspec-support (3.8.0)
1818

1919
PLATFORMS
2020
ruby
2121

2222
DEPENDENCIES
23-
rspec (~> 3.7)
23+
rspec (~> 3.8)
2424

2525
RUBY VERSION
26-
ruby 2.4.0p0
26+
ruby 2.5.3p105
2727

2828
BUNDLED WITH
29-
1.16.1
29+
1.17.1

0 commit comments

Comments
 (0)