Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Feb 7, 2025
1 parent 6fa2820 commit 740241e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.4)
activesupport (= 7.1.4)
activesupport (7.1.4)
base64
bigdecimal
Expand Down Expand Up @@ -143,7 +141,6 @@ PLATFORMS
ruby

DEPENDENCIES
activemodel (>= 6.0)
activesupport (>= 6.0)
appraisal
capybara
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gem "rails", "~> 6.0.0"
gem "bigdecimal"
gem "mutex_m"
gem "logger"
gem "drb"
gem "logger"
gem "mutex_m"
gem "rails-controller-testing"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "bigdecimal"
gem "mutex_m"
gem "logger"
gem "drb"
gem "logger"
gem "mutex_m"
gem "rails-controller-testing"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gem "rails", "~> 7.0.0"
gem "bigdecimal"
gem "mutex_m"
gem "logger"
gem "drb"
gem "logger"
gem "mutex_m"
gem "rails-controller-testing"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gem "rails", "~> 7.1.0"
gem "bigdecimal"
gem "mutex_m"
gem "logger"
gem "drb"
gem "logger"
gem "mutex_m"
gem "rails-controller-testing"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gem "rails", "~> 7.2.0"
gem "bigdecimal"
gem "mutex_m"
gem "logger"
gem "drb"
gem "logger"
gem "mutex_m"
gem "rails-controller-testing"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source "https://rubygems.org"

gem "rails", "~> 8.0.0"
gem "bigdecimal"
gem "mutex_m"
gem "logger"
gem "drb"
gem "logger"
gem "mutex_m"
gem "rails-controller-testing"

gemspec path: "../"
1 change: 0 additions & 1 deletion high_voltage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.0'
s.add_development_dependency('activesupport', '>= 6.0')
s.add_development_dependency('activemodel', '>= 6.0')
s.add_development_dependency('appraisal')
s.add_development_dependency('capybara')
s.add_development_dependency('pry')
Expand Down

0 comments on commit 740241e

Please sign in to comment.