Skip to content

Commit

Permalink
Bump version and bundler for gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
xhocquet committed Jul 28, 2023
1 parent 3b6e6f2 commit f65f6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boxr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.0'

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "bundler", "~> 2.3"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.1"
spec.add_development_dependency "simplecov", "~> 0.9"
Expand Down
2 changes: 1 addition & 1 deletion lib/boxr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Boxr
VERSION = "1.19.0".freeze
VERSION = "1.20.0".freeze
end

0 comments on commit f65f6f9

Please sign in to comment.