Skip to content

Commit

Permalink
fixes dependent gem placement
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton committed May 1, 2024
1 parent 13bb8ca commit 9b2e2e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ gem "rake", "~> 13.0"
gem "minitest", "~> 5.16"

gem "rubocop", "~> 1.21"

gem "rubocop-minitest"
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fsrs (0.1.0)
fsrs (0.9.0)
activesupport (~> 7.0)

GEM
Expand Down Expand Up @@ -54,8 +54,6 @@ GEM
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -71,7 +69,6 @@ DEPENDENCIES
rake (~> 13.0)
rubocop (~> 1.21)
rubocop-minitest
rubocop-rake

BUNDLED WITH
2.5.9
4 changes: 0 additions & 4 deletions fsrs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ Gem::Specification.new do |spec|
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency "activesupport", "~> 7.0"

spec.add_development_dependency "rubocop"
spec.add_development_dependency "rubocop-minitest"
spec.add_development_dependency "rubocop-rake"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit 9b2e2e7

Please sign in to comment.