Skip to content

Commit

Permalink
Move development dependencies from gemspec to Gemfile
Browse files Browse the repository at this point in the history
The Gemfile captures all of our development dependencies that do not
need to ship with the gem itself.
  • Loading branch information
sds committed Mar 29, 2016
1 parent 3c7325b commit 058b33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source 'https://rubygems.org'

gemspec

gem 'rspec', '~> 3.4.0'

# Run all pre-commit checks via Overcommit during CI runs
gem 'overcommit', '0.32.0'

Expand Down
2 changes: 0 additions & 2 deletions scss_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ Gem::Specification.new do |s|

s.add_dependency 'rake', '>= 0.9', '< 12'
s.add_dependency 'sass', '~> 3.4.15'

s.add_development_dependency 'rspec', '~> 3.4.0'
end

0 comments on commit 058b33f

Please sign in to comment.