Skip to content

Commit d7f74f7

Browse files
Move dev dependencies into the Gemfile
1 parent 5cb86c8 commit d7f74f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ gem 'solidus', github: 'solidusio/solidus', branch: branch
1313
# A workaround for https://github.com/bundler/bundler/issues/6677
1414
gem 'rails', '>0.a'
1515

16+
gem 'bundler'
17+
gem 'rake'
18+
1619
# These gems will be used by the temporary extensions generated by tests
1720
group :test do
1821
gem 'mysql2'

solidus_dev_support.gemspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,4 @@ Gem::Specification.new do |spec|
4747
spec.add_dependency 'rubocop-rspec', '~> 2.0'
4848
spec.add_dependency 'solidus_core', ['>= 2.0', '< 4']
4949
spec.add_dependency 'webdrivers', '>= 4.4'
50-
51-
spec.add_development_dependency 'bundler'
52-
spec.add_development_dependency 'rake'
5350
end

0 commit comments

Comments
 (0)