Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump virtus from 1.0.2 to 2.0.0 in /src/supermarket #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gem "unicorn"
gem "unicorn-rails"
gem "utf8-cleaner"
gem "validate_url"
gem "virtus", "1.0.2", require: false # Pin to a version before the handling of nil in collection coercion was fixed.
gem "virtus", "2.0.0", require: false # Pin to a version before the handling of nil in collection coercion was fixed.
gem "yajl-ruby"

gem "listen"
Expand Down
8 changes: 3 additions & 5 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ GEM
dotenv (= 2.7.6)
railties (>= 3.2)
ed25519 (1.2.4)
equalizer (0.0.11)
erubi (1.10.0)
erubis (2.7.0)
et-orbi (1.2.4)
Expand Down Expand Up @@ -737,11 +736,10 @@ GEM
activemodel (>= 3.0.0)
public_suffix
vcr (6.0.0)
virtus (1.0.2)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0.3)
equalizer (~> 0.0.9)
descendants_tracker (~> 0.0, >= 0.0.3)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -857,7 +855,7 @@ DEPENDENCIES
utf8-cleaner
validate_url
vcr
virtus (= 1.0.2)
virtus (= 2.0.0)
webmock
yajl-ruby
yard
Expand Down