Skip to content
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
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
lt-lcms (0.7.1)
activesupport (~> 7)
activesupport (>= 7, < 9)
google-apis-core (~> 0.18)
httparty (~> 0.22)
lt-google-api (~> 0.4.0, >= 0.4.1)
Expand All @@ -12,7 +12,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2.2)
activesupport (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -21,19 +21,19 @@ GEM
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
benchmark (0.5.0)
bigdecimal (4.0.1)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
declarative (0.0.20)
drb (2.2.3)
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
multi_xml (>= 0.5.2)
httpclient (2.9.0)
mutex_m
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
json (2.14.1)
Expand All @@ -91,10 +91,10 @@ GEM
google-apis-drive_v3 (~> 0.66)
googleauth (~> 1.14)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.27.0)
multi_json (1.17.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multi_xml (0.8.1)
bigdecimal (>= 3.1, < 5)
mutex_m (0.3.0)
net-http (0.6.0)
uri
Expand Down
2 changes: 1 addition & 1 deletion lt-lcms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.add_dependency 'rubyzip', '~> 2'

# NOTE: Limited to 7.x due to all clients are using 7.x
spec.add_dependency 'activesupport', '~> 7'
spec.add_dependency 'activesupport', '>= 7', '< 9'

spec.add_development_dependency 'bundler', '~> 2.4'
spec.add_development_dependency 'overcommit', '~> 0.60'
Expand Down