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