Skip to content

Commit

Permalink
moves dependencies into gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jayuen committed Sep 21, 2022
1 parent 6d6f450 commit 3ea4ba4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ source "https://rubygems.org"
# Specify your gem's dependencies in nulogy_graphql_api.gemspec
gemspec

gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
gem "sprockets-rails"
1 change: 1 addition & 0 deletions nulogy_graphql_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "appraisal", "~> 2.4"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"
spec.add_development_dependency "rspec-rails", "~> 5.1"
spec.add_development_dependency "rubocop", "~> 1.25"
spec.add_development_dependency "rubocop-performance", "~> 1.13"
Expand Down

0 comments on commit 3ea4ba4

Please sign in to comment.