bump pronto-rubocop
This commit is contained in:
parent
92c2a2e527
commit
4f72377171
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -243,7 +243,7 @@ group :development do
|
|||
gem "haml_lint", "0.15.2"
|
||||
gem "pronto", "0.4.3"
|
||||
gem "pronto-jshint", "0.4.2"
|
||||
gem "pronto-rubocop", "0.4.6"
|
||||
gem "pronto-rubocop", "0.4.7"
|
||||
gem "pronto-haml", "0.4.4"
|
||||
gem "pronto-scss", "0.4.7", require: false
|
||||
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -376,7 +376,7 @@ GEM
|
|||
http-form_data (1.0.1)
|
||||
http_accept_language (2.0.5)
|
||||
http_parser.rb (0.6.0)
|
||||
httparty (0.13.5)
|
||||
httparty (0.13.7)
|
||||
json (~> 1.8)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (0.7.0)
|
||||
|
|
@ -472,7 +472,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (~> 1.2)
|
||||
octokit (4.1.0)
|
||||
octokit (4.1.1)
|
||||
sawyer (~> 0.6.0, >= 0.5.3)
|
||||
omniauth (1.2.2)
|
||||
hashie (>= 1.2, < 4)
|
||||
|
|
@ -496,7 +496,7 @@ GEM
|
|||
faraday (~> 0.9.0)
|
||||
nokogiri (~> 1.6)
|
||||
orm_adapter (0.5.0)
|
||||
parser (2.2.2.6)
|
||||
parser (2.2.3.0)
|
||||
ast (>= 1.1, < 3.0)
|
||||
pg (0.18.3)
|
||||
phantomjs (1.9.8.0)
|
||||
|
|
@ -512,7 +512,7 @@ GEM
|
|||
pronto-jshint (0.4.2)
|
||||
jshintrb (~> 0.3.0)
|
||||
pronto (~> 0.4.0)
|
||||
pronto-rubocop (0.4.6)
|
||||
pronto-rubocop (0.4.7)
|
||||
pronto (~> 0.4.0)
|
||||
rubocop (~> 0.34.0)
|
||||
pronto-scss (0.4.7)
|
||||
|
|
@ -680,7 +680,7 @@ GEM
|
|||
ruby-oembed (0.8.14)
|
||||
ruby-progressbar (1.7.5)
|
||||
rubyzip (1.1.7)
|
||||
rugged (0.23.2)
|
||||
rugged (0.23.3)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.19)
|
||||
sass-rails (5.0.4)
|
||||
|
|
@ -869,7 +869,7 @@ DEPENDENCIES
|
|||
pronto (= 0.4.3)
|
||||
pronto-haml (= 0.4.4)
|
||||
pronto-jshint (= 0.4.2)
|
||||
pronto-rubocop (= 0.4.6)
|
||||
pronto-rubocop (= 0.4.7)
|
||||
pronto-scss (= 0.4.7)
|
||||
pry
|
||||
pry-byebug
|
||||
|
|
|
|||
Loading…
Reference in a new issue