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 @@ end

# Additional gems that are very useful in Rails development
group :development do
gem 'better_errors', '2.4.0'
gem 'better_errors', '2.8.0'
gem 'binding_of_caller', '0.8.0'
gem 'meta_request', '0.5.0'
gem 'hirb', '0.7.3'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
arel (8.0.0)
backports (3.11.1)
bcrypt (3.1.11)
better_errors (2.4.0)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -66,7 +66,7 @@ GEM
xpath (>= 2.0, < 4.0)
case_transform (0.2)
activesupport
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.0.5)
crass (1.0.3)
cucumber (3.1.0)
Expand Down Expand Up @@ -95,7 +95,7 @@ GEM
debug_inspector (0.0.3)
diff-lcs (1.3)
docile (1.3.0)
erubi (1.7.1)
erubi (1.10.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
factory_bot_rails (4.8.2)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
mini_portile2 (~> 2.3.0)
public_suffix (3.0.2)
puma (3.11.3)
rack (2.0.4)
rack (2.2.3)
rack-contrib (2.0.1)
rack (~> 2.0)
rack-cors (1.0.2)
Expand Down Expand Up @@ -218,7 +218,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (= 0.10.7)
bcrypt (~> 3.1.7)
better_errors (= 2.4.0)
better_errors (= 2.8.0)
binding_of_caller (= 0.8.0)
byebug
cucumber-rails (= 1.5.0)
Expand Down