Skip to content

Commit

Permalink
gemspec(path: '../')が抜けてた
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Oct 24, 2024
1 parent 2af749b commit ac61989
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions test/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ gem 'rails', '~> 5.0.0'
gem 'rake', '>= 0.8.7'
gem 'sqlite3', "~> 1.3.7"



gemspec(path: '../')
2 changes: 2 additions & 0 deletions test/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.1.0'
gem 'rake', '>= 0.8.7'
gem 'sqlite3', "~> 1.3.7"

gemspec(path: '../')
2 changes: 2 additions & 0 deletions test/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.2.0'
gem 'rake', '>= 0.8.7'
gem 'sqlite3', "~> 1.3.7"

gemspec(path: '../')
2 changes: 2 additions & 0 deletions test/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ source 'https://rubygems.org'
gem 'rails', '~> 6.0.0'
gem 'rake', '>= 0.8.7'
gem 'sqlite3', "~> 1.3.7"

gemspec(path: '../')
2 changes: 2 additions & 0 deletions test/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ source 'https://rubygems.org'
gem 'rails', '~> 6.1.0'
gem 'rake', '>= 0.8.7'
gem 'sqlite3', "~> 1.3.7"

gemspec(path: '../')
2 changes: 2 additions & 0 deletions test/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.0'
gem 'sqlite3', "~> 1.4"

gemspec(path: '../')

0 comments on commit ac61989

Please sign in to comment.