Skip to content

Commit

Permalink
Update activesupport requirement from ~> 6.0, >= 6.0.3.4 to >= 6.0.3.…
Browse files Browse the repository at this point in the history
…4, < 8

Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.0.3.4...v7.0.4.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 21, 2023
1 parent 8573175 commit dd54243
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,35 @@ PATH
remote: .
specs:
lego-nxt (0.2.0.pre.1.pre.g83ce604)
activesupport (~> 6.0, >= 6.0.3.4)
activesupport (>= 6.0.3.4, < 8)
libusb (~> 0.6.4)
serialport (~> 1.3.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.4)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.1)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.10)
diff-lcs (1.4.4)
docile (1.3.2)
ffi (1.13.1)
filewatcher (1.1.1)
optimist (~> 3.0)
i18n (1.8.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
libusb (0.6.4)
ffi (~> 1.0)
mini_portile2 (~> 2.1)
method_source (1.0.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest (5.17.0)
optimist (3.0.1)
parallel (1.20.1)
parser (2.7.2.0)
Expand Down Expand Up @@ -82,12 +81,10 @@ GEM
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.2)
thread_safe (0.3.6)
tzinfo (1.2.8)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
yard (0.9.25)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lego-nxt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.7.2'

gem.add_dependency 'activesupport', '~> 6.0', '>= 6.0.3.4'
gem.add_dependency 'activesupport', '>= 6.0.3.4', '< 8'
gem.add_dependency 'libusb', '~>0.6.4'
gem.add_dependency 'serialport', '~>1.3.1'

Expand Down

0 comments on commit dd54243

Please sign in to comment.