remove debugger for now (does not install on travis)
This commit is contained in:
parent
08c86c8778
commit
b1bcbefa29
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ group :development, :test do
|
|||
end
|
||||
|
||||
group :development do
|
||||
gem 'debugger'
|
||||
# gem 'debugger'
|
||||
gem 'foreman'
|
||||
gem 'rerun'
|
||||
gem 'guard'
|
||||
|
|
49
Gemfile.lock
49
Gemfile.lock
|
@ -18,24 +18,17 @@ GIT
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
backports (2.6.4)
|
||||
backports (2.6.5)
|
||||
chunky_png (1.2.6)
|
||||
coderay (1.0.8)
|
||||
coffee-script (2.2.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.3.3)
|
||||
columnize (0.3.6)
|
||||
coffee-script-source (1.4.0)
|
||||
compass (0.12.2)
|
||||
chunky_png (~> 1.2)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
debugger (1.2.1)
|
||||
columnize (>= 0.3.1)
|
||||
debugger-linecache (~> 1.1.1)
|
||||
debugger-ruby_core_source (~> 1.1.4)
|
||||
debugger-linecache (1.1.2)
|
||||
debugger-ruby_core_source (>= 1.1.1)
|
||||
debugger-ruby_core_source (1.1.4)
|
||||
diff-lcs (1.1.3)
|
||||
eventmachine (1.0.0)
|
||||
execjs (1.4.0)
|
||||
|
@ -44,20 +37,28 @@ GEM
|
|||
thor (>= 0.13.6)
|
||||
fssm (0.2.9)
|
||||
gli (2.5.0)
|
||||
guard (1.4.0)
|
||||
guard (1.5.4)
|
||||
listen (>= 0.4.2)
|
||||
lumberjack (>= 1.0.2)
|
||||
pry (>= 0.9.10)
|
||||
thor (>= 0.14.6)
|
||||
i18n (0.6.1)
|
||||
json (1.7.5)
|
||||
listen (0.5.3)
|
||||
listen (0.6.0)
|
||||
localeapp (0.6.7)
|
||||
gli
|
||||
i18n
|
||||
json
|
||||
rest-client
|
||||
ya2yaml
|
||||
lumberjack (1.0.2)
|
||||
method_source (0.8.1)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
multi_json (1.3.7)
|
||||
pry (0.9.10)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.3.1)
|
||||
puma (1.6.3)
|
||||
rack (~> 1.2)
|
||||
rack (1.4.1)
|
||||
|
@ -70,32 +71,33 @@ GEM
|
|||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rake (0.9.5)
|
||||
rake-pipeline-i18n-filters (0.0.3)
|
||||
rake-pipeline-i18n-filters (0.0.5)
|
||||
rb-fsevent (0.9.2)
|
||||
rerun (0.7.1)
|
||||
listen
|
||||
rest-client (1.6.7)
|
||||
mime-types (>= 1.16)
|
||||
rspec (2.11.0)
|
||||
rspec-core (~> 2.11.0)
|
||||
rspec-expectations (~> 2.11.0)
|
||||
rspec-mocks (~> 2.11.0)
|
||||
rspec-core (2.11.1)
|
||||
rspec-expectations (2.11.3)
|
||||
rspec (2.12.0)
|
||||
rspec-core (~> 2.12.0)
|
||||
rspec-expectations (~> 2.12.0)
|
||||
rspec-mocks (~> 2.12.0)
|
||||
rspec-core (2.12.0)
|
||||
rspec-expectations (2.12.0)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.11.3)
|
||||
sass (3.2.1)
|
||||
rspec-mocks (2.12.0)
|
||||
sass (3.2.3)
|
||||
sinatra (1.3.3)
|
||||
rack (~> 1.3, >= 1.3.6)
|
||||
rack-protection (~> 1.2)
|
||||
tilt (~> 1.3, >= 1.3.3)
|
||||
sinatra-contrib (1.3.1)
|
||||
sinatra-contrib (1.3.2)
|
||||
backports (>= 2.0)
|
||||
eventmachine
|
||||
rack-protection
|
||||
rack-test
|
||||
sinatra (~> 1.3.0)
|
||||
tilt (~> 1.3)
|
||||
slop (3.3.3)
|
||||
thor (0.16.0)
|
||||
tilt (1.3.3)
|
||||
uglifier (1.3.0)
|
||||
|
@ -109,7 +111,6 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
coffee-script
|
||||
compass
|
||||
debugger
|
||||
foreman
|
||||
guard
|
||||
localeapp
|
||||
|
|
Loading…
Reference in New Issue
Block a user