Skip to content

Commit

Permalink
🆙 bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshizaki committed Nov 7, 2018
1 parent 1616ed1 commit 1e2712b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ group :development do
# meta_request is necessary for rails_panel chrome extension
# gem 'meta_request'
gem 'rubocop', require: false
gem 'scss_lint', '~> 0.57.0', require: false
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
Expand Down
14 changes: 5 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
coffee-script-source (1.12.2)
combine_pdf (1.0.15)
ruby-rc4 (>= 0.1.5)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
crass (1.0.4)
database_cleaner (1.6.2)
domain_name (0.5.20180417)
Expand Down Expand Up @@ -140,7 +140,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.0)
method_source (0.9.1)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
popper_js (1.14.3)
powerpack (0.1.2)
public_suffix (3.0.3)
rack (2.0.5)
rack (2.0.6)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
ffi (~> 1.9)
ruby_dep (1.5.0)
rubyzip (1.2.2)
sass (3.6.0)
sass (3.7.0)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -236,10 +236,7 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
scss_lint (0.57.1)
rake (>= 0.9, < 13)
sass (~> 3.5, >= 3.5.5)
selenium-webdriver (3.14.1)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
rubyzip (~> 1.2, >= 1.2.2)
shrine (2.11.0)
Expand Down Expand Up @@ -321,7 +318,6 @@ DEPENDENCIES
rest-client (~> 2.0.0)
rubocop
sass-rails (~> 5.0.6)
scss_lint (~> 0.57.0)
selenium-webdriver (~> 3.4)
shrine (~> 2.11.0)
spring
Expand Down

0 comments on commit 1e2712b

Please sign in to comment.