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 @@ -64,7 +64,7 @@ group :development do
# Guard::LiveReload automatically reloads your browser when 'view' files are modified.
gem 'guard-livereload', '~> 2.5', '>= 2.5.2', require: false

gem 'better_errors', '~> 2.5', '>= 2.5.1'
gem 'better_errors', '~> 2.8'
end

group :test do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.0)
better_errors (2.5.1)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -86,7 +86,7 @@ GEM
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
coderay (1.1.2)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand All @@ -99,7 +99,7 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubi (1.8.0)
erubi (1.10.0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.11.1)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
method_source (~> 0.9.0)
public_suffix (3.1.1)
puma (3.12.1)
rack (2.0.7)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.0)
Expand Down Expand Up @@ -267,7 +267,7 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors (~> 2.5, >= 2.5.1)
better_errors (~> 2.8)
bootsnap (>= 1.1.0)
bulma (~> 0.1.0)
bulma-rails (~> 0.7.5)
Expand Down