Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Dec 9, 2023
1 parent 2c8df2f commit 27d215f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
ci-helper (0.5.0)
ci-helper (0.6.0)
colorize (~> 1.1)
dry-inflector (~> 1.0)
umbrellio-sequel-plugins (~> 0.4)
umbrellio-sequel-plugins (~> 0.14)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion ci_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "colorize", "~> 1.1"
spec.add_runtime_dependency "dry-inflector", "~> 1.0"
spec.add_runtime_dependency "umbrellio-sequel-plugins", "~> 0.4"
spec.add_runtime_dependency "umbrellio-sequel-plugins", "~> 0.14"

spec.add_development_dependency "bundler"
spec.add_development_dependency "bundler-audit"
Expand Down
2 changes: 1 addition & 1 deletion lib/ci_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CIHelper
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 27d215f

Please sign in to comment.