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

Upgrade activesupport from 6.1.7.3 to 7.0.8 #31

Merged
merged 1 commit into from
Jan 8, 2024
Merged
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
Bump activesupport from 6.1.7.3 to 7.0.8
jvendetti committed Dec 18, 2023
commit 05bd4d1fc84070d75629c3013f0d7d0c0ea468ec
48 changes: 26 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ PATH
remote: .
specs:
ontologies_api_client (2.2.4)
activesupport (= 6.1.7.3)
activesupport (= 7.0.8)
addressable (~> 2.8)
excon
faraday
@@ -16,19 +16,20 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.3)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
excon (0.100.0)
faraday (2.7.6)
excon (0.105.0)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-excon (2.1.0)
@@ -42,42 +43,45 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
lz4-ruby (0.3.3)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.20.0)
multi_json (1.15.0)
multipart-post (2.3.0)
oj (3.15.0)
parallel (1.22.1)
parser (3.2.0.0)
oj (3.16.1)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.2)
rexml (3.2.5)
rubocop (1.44.1)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
spawnling (2.1.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
zeitwerk (2.6.8)
unicode-display_width (2.5.0)

PLATFORMS
ruby
2 changes: 1 addition & 1 deletion ontologies_api_client.gemspec
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = LinkedData::Client::VERSION

gem.add_dependency('activesupport', '6.1.7.3')
gem.add_dependency('activesupport', '7.0.8')
gem.add_dependency('addressable', '~> 2.8')
gem.add_dependency('excon')
gem.add_dependency('faraday')