Skip to content

Commit

Permalink
Upgrade spree to 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Jun 13, 2024
1 parent ec68da8 commit aed03d3
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
acts_as_list (1.1.0)
activerecord (>= 4.2)
acts_as_list (1.2.1)
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
auto_strip_attributes (2.6.0)
Expand All @@ -123,7 +124,7 @@ GEM
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.4)
builder (3.3.0)
cancancan (3.6.1)
canonical-rails (0.2.15)
actionview (>= 4.1, <= 7.2)
Expand All @@ -138,7 +139,7 @@ GEM
xpath (~> 3.2)
carmen (1.1.3)
activesupport (>= 3.0.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand All @@ -161,7 +162,12 @@ GEM
tzinfo
execjs (2.9.1)
ffaker (2.23.0)
ffi (1.16.3)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
flag-icons-rails (3.4.6.1)
sass-rails
flatpickr (4.6.13.1)
Expand Down Expand Up @@ -251,7 +257,7 @@ GEM
i18n (>= 0.6.4, <= 2)
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.11)
net-imap (0.4.12)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -285,7 +291,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
rack (3.0.11)
rack (3.1.3)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -337,7 +343,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.8)
reline (0.5.9)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand All @@ -346,8 +352,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
ruby-vips (2.2.1)
ffi (~> 1.12)
rubyzip (2.3.2)
Expand All @@ -370,22 +376,22 @@ GEM
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
solid_queue (0.3.2)
solid_queue (0.3.3)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
fugit (~> 1.11.0)
railties (>= 7.1)
spree (4.8.2)
spree_api (= 4.8.2)
spree_cli (= 4.8.2)
spree_core (= 4.8.2)
spree_api (4.8.2)
spree (4.8.3)
spree_api (= 4.8.3)
spree_cli (= 4.8.3)
spree_core (= 4.8.3)
spree_api (4.8.3)
bcrypt (~> 3.1)
doorkeeper (~> 5.3)
jsonapi-serializer (~> 2.1)
spree_core (= 4.8.2)
spree_auth_devise (4.6.2)
spree_core (= 4.8.3)
spree_auth_devise (4.6.3)
devise (~> 4.7)
devise-encryptable (= 0.2.0)
spree_core (>= 4.5.0)
Expand All @@ -409,9 +415,9 @@ GEM
stimulus-rails
tinymce-rails (~> 5.0)
turbo-rails
spree_cli (4.8.2)
spree_cli (4.8.3)
thor (~> 1.0)
spree_core (4.8.2)
spree_core (4.8.3)
actionpack (>= 6.1, < 8.0)
actionview (>= 6.1, < 8.0)
active_storage_validations (~> 1.1)
Expand Down Expand Up @@ -483,9 +489,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
state_machines (0.6.0)
state_machines-activemodel (0.9.0)
Expand All @@ -497,7 +503,7 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringex (2.8.6)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.1)
tilt (2.3.0)
Expand Down

0 comments on commit aed03d3

Please sign in to comment.