Skip to content

Commit

Permalink
Update highline requirement from >= 1.7.8, < 3.1.0 to >= 1.7.8, < 3.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [highline](https://github.com/JEG2/highline) to permit the latest version.
- [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md)
- [Commits](JEG2/highline@v3.0.1...v3.1.1)

---
updated-dependencies:
- dependency-name: highline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent d80d33c commit 75c0cd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
execjs (~> 2.7)
haml (>= 5.0, < 6.0)
haml-rails
highline (>= 1.7.8, < 3.1.0)
highline (>= 1.7.8, < 3.2.0)
image_processing
kraken-io
mini_racer
Expand Down Expand Up @@ -153,6 +153,7 @@ GEM
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand All @@ -166,7 +167,8 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
highline (3.0.1)
highline (3.1.1)
reline
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
Expand All @@ -176,6 +178,7 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
json (2.7.2)
kraken-io (0.1.3)
activesupport
Expand All @@ -186,6 +189,7 @@ GEM
addressable (~> 2.8)
childprocess (~> 5.0)
libv8-node (18.19.0.0-x86_64-darwin)
libv8-node (18.19.0.0-x86_64-linux)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -221,6 +225,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
poltergeist (1.18.1)
capybara (>= 2.1, < 4)
Expand Down Expand Up @@ -280,6 +286,8 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
Expand Down Expand Up @@ -358,6 +366,7 @@ GEM

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
activestorage-validator
Expand Down
2 changes: 1 addition & 1 deletion trusty_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ a general purpose content management system--not merely a blogging engine.'
s.add_dependency 'execjs', '~> 2.7'
s.add_dependency 'haml', '>= 5.0', '< 6.0'
s.add_dependency 'haml-rails'
s.add_dependency 'highline', '>= 1.7.8', '< 3.1.0'
s.add_dependency 'highline', '>= 1.7.8', '< 3.2.0'
s.add_dependency 'image_processing'
s.add_dependency 'kraken-io'
s.add_dependency 'mini_racer'
Expand Down

0 comments on commit 75c0cd2

Please sign in to comment.