Skip to content

Commit

Permalink
build: resolves open-ended dependency warning on test gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrandahl committed Aug 27, 2024
1 parent f62a170 commit cc9be81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lr_common_styles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rails', '~> 5.2.4'
s.add_dependency 'sass-rails', '~> 5.0.4'

s.add_development_dependency 'minitest-rails'
s.add_development_dependency 'mocha'
s.add_development_dependency 'rails_real_favicon'
s.add_development_dependency 'minitest-rails', '~> 5.2.0'
s.add_development_dependency 'mocha', '~> 2.0.0'
s.add_development_dependency 'rails_real_favicon', '~> 0.1.0'
end

0 comments on commit cc9be81

Please sign in to comment.