Skip to content

Commit 6691f85

Browse files
authored
1 parent 65c875b commit 6691f85

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "bundler-audit", "~> 0.6.0"
3+
gem "bundler-audit", "~> 0.6.1"
44
gem "versionomy", "~> 0.5.0"
55

66
group :development do

Diff for: Gemfile.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
blockenspiel (0.5.0)
5-
bundler-audit (0.6.0)
6-
bundler (~> 1.2)
5+
bundler-audit (0.6.1)
6+
bundler (>= 1.2.0, < 3)
77
thor (~> 0.18)
88
coderay (1.1.2)
99
diff-lcs (1.3)
10-
json (2.1.0)
1110
method_source (0.9.0)
1211
pry (0.11.3)
1312
coderay (~> 1.1.0)
@@ -26,20 +25,19 @@ GEM
2625
diff-lcs (>= 1.2.0, < 2.0)
2726
rspec-support (~> 3.7.0)
2827
rspec-support (3.7.0)
29-
thor (0.20.0)
28+
thor (0.20.3)
3029
versionomy (0.5.0)
3130
blockenspiel (~> 0.5)
3231

3332
PLATFORMS
3433
ruby
3534

3635
DEPENDENCIES
37-
bundler-audit (~> 0.6.0)
38-
json
36+
bundler-audit (~> 0.6.1)
3937
pry
4038
rake
4139
rspec
4240
versionomy (~> 0.5.0)
4341

4442
BUNDLED WITH
45-
1.16.0
43+
1.16.1

0 commit comments

Comments
 (0)