Skip to content

Commit bf9f120

Browse files
prepare release v1.2.3 (#131)
1 parent 49d687e commit bf9f120

8 files changed

Lines changed: 11 additions & 11 deletions

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM
@@ -40,7 +40,7 @@ GEM
4040
diff-lcs (1.6.2)
4141
docile (1.4.1)
4242
gem-release (2.2.4)
43-
json (2.17.1)
43+
json (2.18.0)
4444
language_server-protocol (3.17.0.5)
4545
launchy (3.1.1)
4646
addressable (~> 2.8)
@@ -62,7 +62,7 @@ GEM
6262
parser (3.3.10.0)
6363
ast (~> 2.4.1)
6464
racc
65-
prism (1.6.0)
65+
prism (1.7.0)
6666
pry (0.14.2)
6767
coderay (~> 1.1)
6868
method_source (~> 1.0)
@@ -150,7 +150,7 @@ GEM
150150
rubocop-performance (~> 1.26.0)
151151
unicode-display_width (3.2.0)
152152
unicode-emoji (~> 4.1)
153-
unicode-emoji (4.1.0)
153+
unicode-emoji (4.2.0)
154154
websocket (1.2.11)
155155
xpath (3.2.0)
156156
nokogiri (~> 1.8)

gemfiles/rspec-3.10.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM

gemfiles/rspec-3.11.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM

gemfiles/rspec-3.12.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM

gemfiles/rspec-3.13.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM

gemfiles/rspec-3.8.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM

gemfiles/rspec-3.9.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: ..
1111
specs:
12-
rspec-abq (1.2.2)
12+
rspec-abq (1.2.3)
1313
rspec-core (>= 3.8.0, < 3.14.0)
1414

1515
GEM

lib/rspec/abq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module RSpec
22
module Abq
33
# current version!
4-
VERSION = "1.2.2"
4+
VERSION = "1.2.3"
55
end
66
end

0 commit comments

Comments
 (0)