Skip to content
Closed
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
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
pipedrive_orbit (0.0.3)
activesupport (~> 6.1)
activesupport (>= 6.1, < 8.0)
dotenv (~> 2.7)
http (~> 4.4)
json (~> 2.5)
Expand All @@ -13,17 +13,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
byebug (11.1.3)
concurrent-ruby (1.1.8)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
diff-lcs (1.4.4)
Expand All @@ -45,10 +44,10 @@ GEM
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.5.1)
minitest (5.14.4)
minitest (5.18.0)
orbit_activities (0.1.0)
http (~> 4.4)
json (~> 2.5)
Expand Down Expand Up @@ -88,7 +87,7 @@ GEM
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
thor (1.1.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Expand All @@ -98,10 +97,11 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.4.2)
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-20
x86_64-linux

DEPENDENCIES
byebug
Expand Down
2 changes: 1 addition & 1 deletion pipedrive_orbit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activesupport", "~> 6.1"
spec.add_dependency "activesupport", ">= 6.1", "< 8.0"
spec.add_dependency "http", "~> 4.4"
spec.add_dependency "json", "~> 2.5"
spec.add_dependency "zeitwerk", "~> 2.4"
Expand Down