Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Bump activesupport from 3.2.1 to 7.0.4.2 #4

Closed
wants to merge 1 commit into from
Closed
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: 14 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,33 @@ PATH
remote: .
specs:
avalara (0.2.0)
hashie (~> 3.4.6)
hashie (~> 3.5)
httparty (~> 0.13.5)
multi_json

GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.2.6)
concurrent-ruby (1.2.0)
crack (0.3.1)
diff-lcs (1.1.3)
factory_girl (2.5.0)
activesupport
hashie (3.4.6)
hashie (3.6.0)
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (1.8.6)
multi_json (1.8.0)
minitest (5.17.0)
multi_json (1.15.0)
multi_xml (0.6.0)
rake (0.9.2.2)
rspec (2.8.0)
Expand All @@ -34,6 +39,8 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
vcr (1.11.3)
webmock (1.7.10)
addressable (~> 2.2, > 2.2.5)
Expand Down