Skip to content

Commit 67ab553

Browse files
committed
Bump version 1.5.0
1 parent 4a9a672 commit 67ab553

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PATH
22
remote: .
33
specs:
4-
seccomp-tools (1.4.0)
4+
seccomp-tools (1.5.0)
55
os (~> 1.1, >= 1.1.1)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
1111
diff-lcs (1.4.4)
12-
docile (1.3.2)
13-
json (2.3.1)
12+
docile (1.3.5)
13+
json (2.5.1)
1414
os (1.1.1)
1515
parallel (1.20.1)
1616
parser (3.0.0.0)
@@ -25,15 +25,15 @@ GEM
2525
rspec-core (~> 3.10.0)
2626
rspec-expectations (~> 3.10.0)
2727
rspec-mocks (~> 3.10.0)
28-
rspec-core (3.10.0)
28+
rspec-core (3.10.1)
2929
rspec-support (~> 3.10.0)
30-
rspec-expectations (3.10.0)
30+
rspec-expectations (3.10.1)
3131
diff-lcs (>= 1.2.0, < 2.0)
3232
rspec-support (~> 3.10.0)
33-
rspec-mocks (3.10.0)
33+
rspec-mocks (3.10.2)
3434
diff-lcs (>= 1.2.0, < 2.0)
3535
rspec-support (~> 3.10.0)
36-
rspec-support (3.10.0)
36+
rspec-support (3.10.2)
3737
rubocop (1.11.0)
3838
parallel (~> 1.10)
3939
parser (>= 3.0.0.0)
@@ -67,4 +67,4 @@ DEPENDENCIES
6767
yard (~> 0.9)
6868

6969
BUNDLED WITH
70-
2.1.2
70+
2.1.4

lib/seccomp-tools/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module SeccompTools
44
# Gem version.
5-
VERSION = '1.4.0'
5+
VERSION = '1.5.0'
66
end

0 commit comments

Comments
 (0)