Update bundle
This commit is contained in:
parent
d2edd6a3d1
commit
0371cdcfd9
2 changed files with 14 additions and 14 deletions
2
Gemfile
2
Gemfile
|
@ -47,7 +47,7 @@ gem "composite_primary_keys", "~> 14.0.0"
|
|||
gem "config"
|
||||
gem "delayed_job_active_record"
|
||||
gem "http_accept_language", "~> 2.1.1"
|
||||
gem "i18n-js", ">= 3.0.0"
|
||||
gem "i18n-js", "~> 3.9.2"
|
||||
gem "oauth-plugin", ">= 0.5.1"
|
||||
gem "openstreetmap-deadlock_retry", ">= 1.3.1", :require => "deadlock_retry"
|
||||
gem "rack-cors"
|
||||
|
|
26
Gemfile.lock
26
Gemfile.lock
|
@ -86,8 +86,8 @@ GEM
|
|||
autoprefixer-rails (10.4.7.0)
|
||||
execjs (~> 2)
|
||||
aws-eventstream (1.2.0)
|
||||
aws-partitions (1.610.0)
|
||||
aws-sdk-core (3.131.3)
|
||||
aws-partitions (1.613.0)
|
||||
aws-sdk-core (3.131.5)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.525.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
|
@ -115,7 +115,7 @@ GEM
|
|||
smart_properties
|
||||
binding_of_caller (1.0.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootsnap (1.12.0)
|
||||
bootsnap (1.13.0)
|
||||
msgpack (~> 1.2)
|
||||
bootstrap (5.1.3)
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
|
@ -170,9 +170,9 @@ GEM
|
|||
dry-configurable (0.15.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 0.6)
|
||||
dry-container (0.10.0)
|
||||
dry-container (0.10.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (0.8.0)
|
||||
dry-core (0.8.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-inflector (0.3.0)
|
||||
dry-initializer (3.1.1)
|
||||
|
@ -206,7 +206,7 @@ GEM
|
|||
rainbow
|
||||
rubocop
|
||||
smart_properties
|
||||
erubi (1.10.0)
|
||||
erubi (1.11.0)
|
||||
execjs (2.8.1)
|
||||
exifr (1.3.9)
|
||||
factory_bot (6.2.1)
|
||||
|
@ -214,10 +214,10 @@ GEM
|
|||
factory_bot_rails (6.2.0)
|
||||
factory_bot (~> 6.2.0)
|
||||
railties (>= 5.0.0)
|
||||
faraday (2.3.0)
|
||||
faraday (2.4.0)
|
||||
faraday-net_http (~> 2.0)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-net_http (2.0.3)
|
||||
faraday-net_http (2.1.0)
|
||||
ffi (1.15.5)
|
||||
ffi-compiler (1.0.1)
|
||||
ffi (>= 1.0.0)
|
||||
|
@ -355,7 +355,7 @@ GEM
|
|||
parallel (1.22.1)
|
||||
parser (3.1.2.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.4.1)
|
||||
pg (1.4.2)
|
||||
popper_js (2.11.5)
|
||||
progress (3.6.0)
|
||||
public_suffix (4.0.7)
|
||||
|
@ -431,7 +431,7 @@ GEM
|
|||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.19.1)
|
||||
parser (>= 3.1.1.0)
|
||||
rubocop-minitest (0.20.1)
|
||||
rubocop-minitest (0.21.0)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-performance (1.14.3)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
@ -491,10 +491,10 @@ GEM
|
|||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.2.0)
|
||||
validates_email_format_of (1.6.3)
|
||||
validates_email_format_of (1.7.0)
|
||||
i18n
|
||||
vendorer (0.2.0)
|
||||
webmock (3.14.0)
|
||||
webmock (3.16.0)
|
||||
addressable (>= 2.8.0)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff (>= 0.4.0, < 2.0.0)
|
||||
|
@ -544,7 +544,7 @@ DEPENDENCIES
|
|||
gd2-ffij (>= 0.4.0)
|
||||
htmlentities
|
||||
http_accept_language (~> 2.1.1)
|
||||
i18n-js (>= 3.0.0)
|
||||
i18n-js (~> 3.9.2)
|
||||
image_optim_rails
|
||||
image_processing
|
||||
jbuilder (~> 2.7)
|
||||
|
|
Loading…
Add table
Reference in a new issue