Commit 2f4ac429 authored by Sean Arnold's avatar Sean Arnold

Remove binding-of-caller shell

parent 549e35a9
...@@ -341,7 +341,6 @@ group :development do ...@@ -341,7 +341,6 @@ group :development do
# Better errors handler # Better errors handler
gem 'better_errors', '~> 2.7.1' gem 'better_errors', '~> 2.7.1'
gem 'binding_of_caller', '~> 0.8.0'
# thin instead webrick # thin instead webrick
gem 'thin', '~> 1.7.0' gem 'thin', '~> 1.7.0'
......
...@@ -135,8 +135,6 @@ GEM ...@@ -135,8 +135,6 @@ GEM
rack (>= 0.9.0) rack (>= 0.9.0)
bindata (2.4.3) bindata (2.4.3)
binding_ninja (0.2.3) binding_ninja (0.2.3)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.4.6) bootsnap (1.4.6)
msgpack (~> 1.0) msgpack (~> 1.0)
bootstrap_form (4.2.0) bootstrap_form (4.2.0)
...@@ -218,7 +216,6 @@ GEM ...@@ -218,7 +216,6 @@ GEM
octokit (~> 4.7) octokit (~> 4.7)
terminal-table (~> 1) terminal-table (~> 1)
database_cleaner (1.7.0) database_cleaner (1.7.0)
debug_inspector (0.0.3)
debugger-ruby_core_source (1.3.8) debugger-ruby_core_source (1.3.8)
deckar01-task_list (2.3.1) deckar01-task_list (2.3.1)
html-pipeline html-pipeline
...@@ -1263,7 +1260,6 @@ DEPENDENCIES ...@@ -1263,7 +1260,6 @@ DEPENDENCIES
benchmark-ips (~> 2.3.0) benchmark-ips (~> 2.3.0)
benchmark-memory (~> 0.1) benchmark-memory (~> 0.1)
better_errors (~> 2.7.1) better_errors (~> 2.7.1)
binding_of_caller (~> 0.8.0)
bootsnap (~> 1.4.6) bootsnap (~> 1.4.6)
bootstrap_form (~> 4.2.0) bootstrap_form (~> 4.2.0)
brakeman (~> 4.2) brakeman (~> 4.2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment