mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
Remove pry
This commit is contained in:
parent
20733527c9
commit
0c8dfdbf01
1
Gemfile
1
Gemfile
@ -4,7 +4,6 @@ ruby '2.2.3'
|
|||||||
|
|
||||||
gem 'fixer'
|
gem 'fixer'
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
gem 'pry'
|
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'sequel_pg'
|
gem 'sequel_pg'
|
||||||
gem 'sinatra-jsonp'
|
gem 'sinatra-jsonp'
|
||||||
|
@ -5,7 +5,6 @@ GEM
|
|||||||
descendants_tracker (~> 0.0.4)
|
descendants_tracker (~> 0.0.4)
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
coderay (1.1.0)
|
|
||||||
coercible (1.0.0)
|
coercible (1.0.0)
|
||||||
descendants_tracker (~> 0.0.1)
|
descendants_tracker (~> 0.0.1)
|
||||||
descendants_tracker (0.0.4)
|
descendants_tracker (0.0.4)
|
||||||
@ -15,7 +14,6 @@ GEM
|
|||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
ice_nine (0.11.1)
|
ice_nine (0.11.1)
|
||||||
kgio (2.9.3)
|
kgio (2.9.3)
|
||||||
method_source (0.8.2)
|
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
minitest (5.8.0)
|
minitest (5.8.0)
|
||||||
minitest-around (0.3.2)
|
minitest-around (0.3.2)
|
||||||
@ -25,10 +23,6 @@ GEM
|
|||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
pg (0.18.2)
|
pg (0.18.2)
|
||||||
pry (0.10.1)
|
|
||||||
coderay (~> 1.1.0)
|
|
||||||
method_source (~> 0.8.1)
|
|
||||||
slop (~> 3.4)
|
|
||||||
rack (1.6.4)
|
rack (1.6.4)
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
@ -50,7 +44,6 @@ GEM
|
|||||||
sinatra-jsonp (0.4.4)
|
sinatra-jsonp (0.4.4)
|
||||||
multi_json (~> 1.8)
|
multi_json (~> 1.8)
|
||||||
sinatra (~> 1.0)
|
sinatra (~> 1.0)
|
||||||
slop (3.6.0)
|
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (2.0.1)
|
tilt (2.0.1)
|
||||||
unicorn (4.9.0)
|
unicorn (4.9.0)
|
||||||
@ -72,7 +65,6 @@ DEPENDENCIES
|
|||||||
minitest
|
minitest
|
||||||
minitest-around
|
minitest-around
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
pry
|
|
||||||
rack-test
|
rack-test
|
||||||
rake
|
rake
|
||||||
sequel_pg
|
sequel_pg
|
||||||
|
Loading…
Reference in New Issue
Block a user