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 @@ -48,7 +48,7 @@ group :development, :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 2.13'
gem 'selenium-webdriver'
gem 'better_errors' , '~> 2.4'
gem 'better_errors' , '~> 2.8'
gem 'guard' , '~> 2.14' , '>= 2.14.1'
gem 'guard-livereload' , '~> 2.5' , '>= 2.5.2'
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0)
bcrypt (3.1.13)
better_errors (2.5.1)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -64,7 +64,7 @@ GEM
mime-types (>= 1.16)
childprocess (1.0.1)
rake (< 13.0)
coderay (1.1.2)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand All @@ -84,7 +84,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 @@ -152,7 +152,7 @@ GEM
method_source (~> 0.9.0)
public_suffix (3.1.0)
puma (3.12.1)
rack (2.0.7)
rack (2.2.3)
rack-protection (2.0.5)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -255,7 +255,7 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors (~> 2.4)
better_errors (~> 2.8)
bulma-rails (~> 0.7.1)
byebug
capybara (~> 2.13)
Expand Down