Skip to content

Commit

Permalink
Bump gem versions and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstreicher committed Jul 31, 2023
1 parent 38dddc7 commit d8a9564
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
servo (0.1.1)
servo (0.1.2)
activemodel
activesupport
interactor
Expand Down Expand Up @@ -116,8 +116,8 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
net-imap (0.3.6)
minitest (5.19.0)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -137,7 +137,7 @@ GEM
ast (~> 2.4.1)
racc
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.6)
Expand Down Expand Up @@ -172,9 +172,9 @@ GEM
rake (13.0.6)
redis (4.8.1)
regexp_parser (2.8.1)
reline (0.3.6)
reline (0.3.7)
io-console (~> 0.5)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -188,7 +188,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.55.0)
rubocop (1.55.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.22.0)
rubocop-rspec (2.23.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand All @@ -238,10 +238,10 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
wannabe_bool (0.7.1)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.9)
zeitwerk (2.6.10)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/servo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Servo
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit d8a9564

Please sign in to comment.