Skip to content

Commit b905d96

Browse files
committed
Update bundler-audit to 0.6.0
And move Rake into development group since it's not required at runtime.
1 parent a24619d commit b905d96

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
source "https://rubygems.org"
22

3-
gem "bundler-audit", "~> 0.5.0"
3+
gem "bundler-audit", "~> 0.6.0"
44
gem "versionomy", "~> 0.5.0"
5-
gem "rake"
5+
6+
group :development do
7+
gem "rake"
8+
end
69

710
group :test do
811
gem "pry"

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,44 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
blockenspiel (0.5.0)
5-
bundler-audit (0.5.0)
5+
bundler-audit (0.6.0)
66
bundler (~> 1.2)
77
thor (~> 0.18)
8-
coderay (1.1.1)
9-
diff-lcs (1.2.5)
10-
method_source (0.8.2)
11-
pry (0.10.4)
8+
coderay (1.1.2)
9+
diff-lcs (1.3)
10+
json (2.1.0)
11+
method_source (0.9.0)
12+
pry (0.11.3)
1213
coderay (~> 1.1.0)
13-
method_source (~> 0.8.1)
14-
slop (~> 3.4)
15-
rake (10.4.2)
16-
rspec (3.3.0)
17-
rspec-core (~> 3.3.0)
18-
rspec-expectations (~> 3.3.0)
19-
rspec-mocks (~> 3.3.0)
20-
rspec-core (3.3.1)
21-
rspec-support (~> 3.3.0)
22-
rspec-expectations (3.3.0)
14+
method_source (~> 0.9.0)
15+
rake (12.2.1)
16+
rspec (3.7.0)
17+
rspec-core (~> 3.7.0)
18+
rspec-expectations (~> 3.7.0)
19+
rspec-mocks (~> 3.7.0)
20+
rspec-core (3.7.0)
21+
rspec-support (~> 3.7.0)
22+
rspec-expectations (3.7.0)
2323
diff-lcs (>= 1.2.0, < 2.0)
24-
rspec-support (~> 3.3.0)
25-
rspec-mocks (3.3.1)
24+
rspec-support (~> 3.7.0)
25+
rspec-mocks (3.7.0)
2626
diff-lcs (>= 1.2.0, < 2.0)
27-
rspec-support (~> 3.3.0)
28-
rspec-support (3.3.0)
29-
slop (3.6.0)
30-
thor (0.19.1)
27+
rspec-support (~> 3.7.0)
28+
rspec-support (3.7.0)
29+
thor (0.20.0)
3130
versionomy (0.5.0)
3231
blockenspiel (~> 0.5)
3332

3433
PLATFORMS
3534
ruby
3635

3736
DEPENDENCIES
38-
bundler-audit (~> 0.5.0)
37+
bundler-audit (~> 0.6.0)
38+
json
3939
pry
4040
rake
4141
rspec
4242
versionomy (~> 0.5.0)
4343

4444
BUNDLED WITH
45-
1.15.3
45+
1.16.0

0 commit comments

Comments
 (0)