General Rails and Ruby updates
This commit is contained in:
parent
2eca40e372
commit
92aca77cdb
23 changed files with 226 additions and 97 deletions
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -101,7 +101,6 @@ GEM
|
|||
xpath (~> 3.2)
|
||||
childprocess (3.0.0)
|
||||
choice (0.2.0)
|
||||
climate_control (0.2.0)
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.1.8)
|
||||
content_disposition (1.0.0)
|
||||
|
|
@ -181,12 +180,6 @@ GEM
|
|||
mini_mime (>= 0.1.1)
|
||||
marcel (1.0.1)
|
||||
method_source (1.0.0)
|
||||
mime-types (3.3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2021.0225)
|
||||
mimemagic (0.3.10)
|
||||
nokogiri (~> 1)
|
||||
rake
|
||||
mini_magick (4.11.0)
|
||||
mini_mime (1.0.3)
|
||||
mini_portile2 (2.5.1)
|
||||
|
|
@ -229,12 +222,6 @@ GEM
|
|||
validate_url
|
||||
webfinger (>= 1.0.1)
|
||||
orm_adapter (0.5.0)
|
||||
paperclip (6.1.0)
|
||||
activemodel (>= 4.2.0)
|
||||
activesupport (>= 4.2.0)
|
||||
mime-types
|
||||
mimemagic (~> 0.3.0)
|
||||
terrapin (~> 0.6.0)
|
||||
parallel (1.20.1)
|
||||
parser (3.0.1.1)
|
||||
ast (~> 2.4.1)
|
||||
|
|
@ -384,8 +371,6 @@ GEM
|
|||
attr_required (>= 0.0.5)
|
||||
httpclient (>= 2.4)
|
||||
temple (0.8.2)
|
||||
terrapin (0.6.0)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
|
|
@ -449,7 +434,6 @@ DEPENDENCIES
|
|||
omniauth
|
||||
omniauth-rails_csrf_protection
|
||||
omniauth_openid_connect
|
||||
paperclip
|
||||
pg
|
||||
pg_search
|
||||
puma (~> 3.0)
|
||||
|
|
@ -472,7 +456,7 @@ DEPENDENCIES
|
|||
will_paginate-foundation
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.6.6p146
|
||||
ruby 2.7.1p83
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue