Skip to content
Open
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
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.0)
autoprefixer-rails (9.7.6)
execjs
Expand Down Expand Up @@ -101,8 +101,10 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubi (1.9.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.7.0)
ffi (1.12.2)
ffi (1.12.2-x64-mingw32)
formatador (0.2.5)
globalid (0.4.2)
Expand Down Expand Up @@ -145,10 +147,13 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
msgpack (1.3.3)
msgpack (1.3.3-x64-mingw32)
multi_json (1.14.1)
nenv (0.3.0)
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-x64-mingw32)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
Expand All @@ -158,11 +163,12 @@ GEM
parallel (1.19.1)
parser (2.7.1.1)
ast (~> 2.4.0)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.4)
public_suffix (5.0.0)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.2.2)
Expand Down Expand Up @@ -221,6 +227,8 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
ruby-progressbar (1.10.1)
rubyzip (2.3.0)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -257,7 +265,6 @@ GEM
unicode-display_width (1.7.0)
warden (1.2.8)
rack (>= 2.0.6)
wdm (0.1.1)
web-console (4.0.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand All @@ -280,6 +287,7 @@ GEM

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
bcrypt (~> 3.1.7)
Expand All @@ -306,7 +314,6 @@ DEPENDENCIES
sqlite3
turbolinks (~> 5)
tzinfo-data
wdm (>= 0.1.0)
web-console (>= 3.3.0)
webdrivers
webpacker (~> 4.0)
Expand Down