Skip to content

Commit 7d380c3

Browse files
committed
Bump deps
Also move test deps into its own group.
1 parent c37c7c3 commit 7d380c3

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "rspec", "~> 3.5.0"
5+
group :test do
6+
gem "rspec", "~> 3.6.0"
7+
end

Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
GEM
2-
remote: https://api.rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
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)
1212
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)
1515
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)
1818

1919
PLATFORMS
2020
ruby
2121

2222
DEPENDENCIES
23-
rspec (~> 3.5.0)
23+
rspec (~> 3.6.0)
24+
25+
BUNDLED WITH
26+
1.15.4

0 commit comments

Comments
 (0)