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
23 changes: 10 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ PATH
remote: .
specs:
autotask_ruby (2.4.1)
activesupport (~> 6.0.3.2)
activesupport (>= 6.0.3.2, < 7.0.5.0)
savon (~> 2.12)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.2)
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)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
akami (1.3.1)
Expand All @@ -24,7 +23,7 @@ GEM
builder (3.2.4)
byebug (11.1.1)
coderay (1.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.10)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
Expand All @@ -51,7 +50,7 @@ GEM
httpi (2.4.4)
rack
socksify
i18n (1.8.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
listen (3.2.1)
Expand All @@ -60,7 +59,7 @@ GEM
lumberjack (1.2.4)
method_source (1.0.0)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest (5.17.0)
nenv (0.3.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
Expand Down Expand Up @@ -118,9 +117,8 @@ GEM
shellany (0.0.1)
socksify (1.7.1)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
wasabi (3.5.0)
httpi (~> 2.0)
Expand All @@ -129,7 +127,6 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion autotask_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '~> 6.0.3.2'
spec.add_runtime_dependency 'activesupport', '>= 6.0.3.2', '< 7.0.5.0'
spec.add_runtime_dependency 'savon', '~> 2.12'

spec.add_development_dependency 'awesome_print', '~> 1.8'
Expand Down