Skip to content

Commit

Permalink
Merge pull request #4 from hpneo/dependabot/bundler/activesupport-eq-…
Browse files Browse the repository at this point in the history
…6.0.3.1

Update activesupport requirement from = 6.0.2.1 to = 6.0.3.1
  • Loading branch information
hpneo authored May 26, 2020
2 parents 79c7f0a + 49db5a8 commit 1ce4d8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activemodel (6.0.3.1)
activesupport (= 6.0.3.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
Expand All @@ -16,12 +16,12 @@ GEM
activemodel (>= 5.0, < 7)
activemodel-serializers-xml (~> 1.0)
activesupport (>= 5.0, < 7)
activesupport (6.0.2.1)
activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
axlsx (3.0.0.pre)
Expand Down Expand Up @@ -119,7 +119,7 @@ PLATFORMS
DEPENDENCIES
active_worksheet!
activeresource (= 5.1.1)
activesupport (= 6.0.2.1)
activesupport (= 6.0.3.1)
bundler (~> 2.0)
google_drive (= 3.0.4)
rake (~> 13.0)
Expand Down
2 changes: 1 addition & 1 deletion active_worksheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "activesupport", "6.0.2.1"
spec.add_development_dependency "activesupport", "6.0.3.1"
spec.add_development_dependency "activeresource", "5.1.1"
spec.add_development_dependency "workbook", "0.8.1"
spec.add_development_dependency "google_drive", "3.0.4"
Expand Down

0 comments on commit 1ce4d8a

Please sign in to comment.