Skip to content

Commit

Permalink
Merge pull request #8 from kawakamimoeki/fix_dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
kawakamimoeki authored Oct 13, 2024
2 parents d8acbab + 091c363 commit 9307ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ PATH
capybara (~> 3)
execjs (~> 2)
listen (~> 3)
minitest (~> 5)
rails (>= 6.1.7.8, < 8)
rspec (~> 3)
ruby2js (~> 5)

GEM
Expand Down
2 changes: 2 additions & 0 deletions clapton.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "listen", "~> 3"
spec.add_dependency "capybara", "~> 3"
spec.add_dependency "execjs", "~>2"
spec.add_dependency "minitest", "~>5"
spec.add_dependency "rspec", "~>3"
end

0 comments on commit 9307ee1

Please sign in to comment.