Merge pull request #240 from jasnow/master
Removed rubocop and gauntlt references. Upgraded 3 gems.
This commit is contained in:
@@ -16,10 +16,6 @@
|
|||||||
# Uncomment the following lines to make the configuration take effect.
|
# Uncomment the following lines to make the configuration take effect.
|
||||||
|
|
||||||
PreCommit:
|
PreCommit:
|
||||||
Rubocop:
|
|
||||||
enabled: true
|
|
||||||
on_warn: warn # fail # Treat all warnings as failures
|
|
||||||
|
|
||||||
TrailingWhitespace:
|
TrailingWhitespace:
|
||||||
enabled: true
|
enabled: true
|
||||||
exclude:
|
exclude:
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ group :development, :mysql do
|
|||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'gauntlt'
|
|
||||||
|
|
||||||
gem 'simplecov', :require => false, :group => :test
|
gem 'simplecov', :require => false, :group => :test
|
||||||
|
|
||||||
group :development, :test, :mysql do
|
group :development, :test, :mysql do
|
||||||
|
|||||||
+3
-10
@@ -104,11 +104,6 @@ GEM
|
|||||||
foreman (0.82.0)
|
foreman (0.82.0)
|
||||||
thor (~> 0.19.1)
|
thor (~> 0.19.1)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
gauntlt (0.1.4)
|
|
||||||
aruba
|
|
||||||
cucumber
|
|
||||||
nokogiri
|
|
||||||
trollop
|
|
||||||
gherkin (3.2.0)
|
gherkin (3.2.0)
|
||||||
globalid (0.3.6)
|
globalid (0.3.6)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
@@ -130,7 +125,7 @@ GEM
|
|||||||
guard (~> 2.8)
|
guard (~> 2.8)
|
||||||
guard-compat (~> 1.0)
|
guard-compat (~> 1.0)
|
||||||
multi_json (~> 1.8)
|
multi_json (~> 1.8)
|
||||||
guard-rspec (4.7.0)
|
guard-rspec (4.7.1)
|
||||||
guard (~> 2.1)
|
guard (~> 2.1)
|
||||||
guard-compat (~> 1.1)
|
guard-compat (~> 1.1)
|
||||||
rspec (>= 2.99.0, < 4.0)
|
rspec (>= 2.99.0, < 4.0)
|
||||||
@@ -171,7 +166,7 @@ GEM
|
|||||||
sqlite3 (~> 1.3)
|
sqlite3 (~> 1.3)
|
||||||
thin (~> 1.5.0)
|
thin (~> 1.5.0)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (3.0)
|
mime-types (3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2016.0521)
|
mime-types-data (3.2016.0521)
|
||||||
mini_portile2 (2.0.0)
|
mini_portile2 (2.0.0)
|
||||||
@@ -303,7 +298,6 @@ GEM
|
|||||||
tilt (2.0.4)
|
tilt (2.0.4)
|
||||||
travis-lint (2.0.0)
|
travis-lint (2.0.0)
|
||||||
json
|
json
|
||||||
trollop (2.1.2)
|
|
||||||
turbolinks (2.5.3)
|
turbolinks (2.5.3)
|
||||||
coffee-rails
|
coffee-rails
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
@@ -335,7 +329,6 @@ DEPENDENCIES
|
|||||||
database_cleaner
|
database_cleaner
|
||||||
execjs
|
execjs
|
||||||
foreman
|
foreman
|
||||||
gauntlt
|
|
||||||
guard-brakeman
|
guard-brakeman
|
||||||
guard-livereload
|
guard-livereload
|
||||||
guard-rspec
|
guard-rspec
|
||||||
@@ -369,4 +362,4 @@ RUBY VERSION
|
|||||||
ruby 2.3.1p112
|
ruby 2.3.1p112
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.12.3
|
1.12.5
|
||||||
|
|||||||
Reference in New Issue
Block a user