Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activesupport from 7.1.4.2 to 7.1.5 #490

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
pushmi_pullyu (2.1.5)
activesupport (>= 5, < 7.2)
activesupport (>= 5, < 8.1)
bagit (~> 0.4)
connection_pool (~> 2.2)
daemons (~> 1.2, >= 1.2.4)
Expand All @@ -18,15 +18,18 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.4.2)
activesupport (7.1.5)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
Expand All @@ -35,6 +38,7 @@ GEM
docopt (~> 0.5.0)
validatable (~> 1.6)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -111,8 +115,8 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
minitar (0.12.1)
minitest (5.25.1)
mutex_m (0.2.0)
minitest (5.25.2)
mutex_m (0.3.0)
nap (1.1.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
Expand Down Expand Up @@ -196,6 +200,7 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
scanf (1.0.0)
securerandom (0.3.2)
sparql (3.2.6)
builder (~> 3.2, >= 3.2.4)
ebnf (~> 2.3, >= 2.3.5)
Expand Down
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'activesupport', '>= 5', '< 7.2'
spec.add_dependency 'activesupport', '>= 5', '< 8.1'
spec.add_dependency 'bagit', '~> 0.4'
spec.add_dependency 'connection_pool', '~> 2.2'
spec.add_dependency 'daemons', '~> 1.2', '>= 1.2.4'
Expand Down