Skip to content

Commit

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

GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
benchmark-ips (2.8.4)
builder (3.2.4)
escape_utils (1.2.2)
builder (3.3.0)
escape_utils (1.3.0)
minitest (5.11.3)
minitest-reporters (1.4.3)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
rake (12.3.3)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)

PLATFORMS
x86_64-linux
Expand Down
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.2.1'
s.add_runtime_dependency 'escape_utils', '~>1.3'

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

0 comments on commit 79874e6

Please sign in to comment.