Skip to content

Commit

Permalink
Version 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Dec 16, 2024
1 parent 79874e6 commit 0812f63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
qeweney (0.19)
escape_utils (~> 1.3)
escape_utils (~> 1.3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -21,6 +21,7 @@ GEM
ruby-progressbar (1.13.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -31,4 +32,4 @@ DEPENDENCIES
rake (~> 12.3.3)

BUNDLED WITH
2.3.3
2.5.22
2 changes: 1 addition & 1 deletion lib/qeweney/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Qeweney
VERSION = '0.19'
VERSION = '0.20'
end
2 changes: 1 addition & 1 deletion qeweney.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.required_ruby_version = '>= 2.6'

s.add_runtime_dependency 'escape_utils', '~>1.3'
s.add_runtime_dependency 'escape_utils', '~>1.3.0'

s.add_development_dependency 'rake', '~>12.3.3'
s.add_development_dependency 'minitest', '~>5.11.3'
Expand Down

0 comments on commit 0812f63

Please sign in to comment.