Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.

gem 'better_errors', '~> 2.6'
gem 'better_errors', '~> 2.8'

gem 'guard', '~> 2.16', '>= 2.16.2'

Expand Down
21 changes: 14 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
autoprefixer-rails (9.7.6)
execjs
bcrypt (3.1.13)
better_errors (2.6.0)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -87,7 +87,7 @@ GEM
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (3.0.0)
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.1.6)
crass (1.0.6)
debug_inspector (0.0.3)
Expand All @@ -100,9 +100,11 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubi (1.9.0)
erubi (1.10.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,14 +163,15 @@ 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)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.2.2)
rack (2.2.3)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
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,10 +287,11 @@ GEM

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
bcrypt (~> 3.1.7)
better_errors (~> 2.6)
better_errors (~> 2.8)
binding_of_caller
bootsnap (>= 1.4.2)
bootstrap-sass (~> 3.4.1)
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