Update bundle
This commit is contained in:
parent
c4786916af
commit
2da7976763
1 changed files with 9 additions and 9 deletions
18
Gemfile.lock
18
Gemfile.lock
|
@ -1,7 +1,7 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
aasm (5.3.1)
|
aasm (5.4.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (7.0.4)
|
actioncable (7.0.4)
|
||||||
actionpack (= 7.0.4)
|
actionpack (= 7.0.4)
|
||||||
|
@ -60,7 +60,7 @@ GEM
|
||||||
activerecord (7.0.4)
|
activerecord (7.0.4)
|
||||||
activemodel (= 7.0.4)
|
activemodel (= 7.0.4)
|
||||||
activesupport (= 7.0.4)
|
activesupport (= 7.0.4)
|
||||||
activerecord-import (1.4.0)
|
activerecord-import (1.4.1)
|
||||||
activerecord (>= 4.2)
|
activerecord (>= 4.2)
|
||||||
activestorage (7.0.4)
|
activestorage (7.0.4)
|
||||||
actionpack (= 7.0.4)
|
actionpack (= 7.0.4)
|
||||||
|
@ -86,8 +86,8 @@ GEM
|
||||||
autoprefixer-rails (10.4.7.0)
|
autoprefixer-rails (10.4.7.0)
|
||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
aws-eventstream (1.2.0)
|
aws-eventstream (1.2.0)
|
||||||
aws-partitions (1.640.0)
|
aws-partitions (1.644.0)
|
||||||
aws-sdk-core (3.158.0)
|
aws-sdk-core (3.159.0)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.525.0)
|
aws-partitions (~> 1, >= 1.525.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
|
@ -166,9 +166,9 @@ GEM
|
||||||
railties (>= 5)
|
railties (>= 5)
|
||||||
doorkeeper-i18n (5.2.5)
|
doorkeeper-i18n (5.2.5)
|
||||||
doorkeeper (>= 5.2)
|
doorkeeper (>= 5.2)
|
||||||
dry-configurable (0.15.0)
|
dry-configurable (0.16.0)
|
||||||
concurrent-ruby (~> 1.0)
|
|
||||||
dry-core (~> 0.6)
|
dry-core (~> 0.6)
|
||||||
|
zeitwerk (~> 2.6)
|
||||||
dry-container (0.11.0)
|
dry-container (0.11.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-core (0.8.1)
|
dry-core (0.8.1)
|
||||||
|
@ -215,7 +215,7 @@ GEM
|
||||||
faraday (2.6.0)
|
faraday (2.6.0)
|
||||||
faraday-net_http (>= 2.0, < 3.1)
|
faraday-net_http (>= 2.0, < 3.1)
|
||||||
ruby2_keywords (>= 0.0.4)
|
ruby2_keywords (>= 0.0.4)
|
||||||
faraday-net_http (3.0.0)
|
faraday-net_http (3.0.1)
|
||||||
ffi (1.15.5)
|
ffi (1.15.5)
|
||||||
ffi-compiler (1.0.1)
|
ffi-compiler (1.0.1)
|
||||||
ffi (>= 1.0.0)
|
ffi (>= 1.0.0)
|
||||||
|
@ -347,7 +347,7 @@ GEM
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.2.1)
|
parser (3.1.2.1)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.4.3)
|
pg (1.4.4)
|
||||||
popper_js (2.11.6)
|
popper_js (2.11.6)
|
||||||
progress (3.6.0)
|
progress (3.6.0)
|
||||||
public_suffix (5.0.0)
|
public_suffix (5.0.0)
|
||||||
|
@ -478,7 +478,7 @@ GEM
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
strong_migrations (1.3.1)
|
strong_migrations (1.3.2)
|
||||||
activerecord (>= 5.2)
|
activerecord (>= 5.2)
|
||||||
terser (1.1.12)
|
terser (1.1.12)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue