Skip to content

Commit

Permalink
version bump for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpotts committed Nov 1, 2024
1 parent 2fa19ed commit 81af328
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
PATH
remote: .
specs:
ruby_api_pack_cloudways (0.2.0)
ruby_api_pack_cloudways (0.3.0)
httparty (~> 0.22.0)
oj (~> 3.16)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -23,6 +24,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
capybara (3.40.0)
addressable
Expand Down Expand Up @@ -54,7 +56,7 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.4)
json (2.7.5)
language_server-protocol (3.17.0.3)
logger (1.6.1)
matrix (0.4.2)
Expand All @@ -72,7 +74,7 @@ GEM
ostruct (>= 0.2)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
public_suffix (6.0.1)
Expand All @@ -99,7 +101,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_api_pack_cloudways/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RubyApiPackCloudways
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 81af328

Please sign in to comment.