Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Update activesupport requirement from >= 4.2.1, < 5.2 to >= 4.2.1, < 7.1 #8

Closed
wants to merge 1 commit into from
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
21 changes: 10 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
codeclimate (0.67.0)
activesupport (>= 4.2.1, < 5.2)
activesupport (>= 4.2.1, < 7.1)
codeclimate-yaml (~> 0.13.0)
highline (~> 1.7, >= 1.7.2)
posix-spawn (~> 0.3, >= 0.3.11)
Expand All @@ -15,27 +15,27 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.7)
activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
builder (3.2.3)
codeclimate-test-reporter (1.0.6)
simplecov
codeclimate-yaml (0.13.0)
activesupport
secure_string
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
diff-lcs (1.3)
docile (1.1.5)
highline (1.7.10)
i18n (1.5.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.0.3)
macaddr (1.7.2)
systemu (~> 2.6.5)
minitest (5.12.2)
minitest (5.15.0)
posix-spawn (0.3.13)
rainbow (2.2.2)
rake
Expand Down Expand Up @@ -65,10 +65,9 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
systemu (2.6.5)
thread_safe (0.3.6)
tty-spinner (0.1.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uuid (2.3.9)
macaddr (~> 1.0)

Expand Down
2 changes: 1 addition & 1 deletion codeclimate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = %w(codeclimate-init)

s.add_dependency "activesupport", ">= 4.2.1", "< 5.2"
s.add_dependency "activesupport", ">= 4.2.1", "< 7.1"
s.add_dependency "tty-spinner", "~> 0.1.0"
s.add_dependency "codeclimate-yaml", "~> 0.13.0"
s.add_dependency "highline", "~> 1.7", ">= 1.7.2"
Expand Down