Skip to content

Commit

Permalink
build(dev-deps): move dev deps to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed Dec 17, 2024
1 parent 101a7a9 commit 95b1f29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in google_distance_matrix.gemspec
gemspec

gem 'rake'
gem 'rspec', '~> 3.13.0'
gem 'rubocop', '~> 0.93.1'
gem 'shoulda-matchers', '~> 6.0'
gem 'webmock', '~> 3.23.1'
7 changes: 0 additions & 7 deletions google_distance_matrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,4 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activemodel', '>= 3.2.13'
spec.add_dependency 'activesupport', '>= 3.2.13'
spec.add_dependency 'google_business_api_url_signer', '~> 0.1.3'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.13.0'
spec.add_development_dependency 'rubocop', '~> 0.93.1'
spec.add_development_dependency 'shoulda-matchers', '~> 6.0'
spec.add_development_dependency 'webmock', '~> 3.23.1'
end

0 comments on commit 95b1f29

Please sign in to comment.