Skip to content

Commit fee331e

Browse files
Make country_select a development dependency on the gemspec
So it can be properly linked and we don't need to add it to each gemfile.
1 parent 6f866e0 commit fee331e

File tree

7 files changed

+1
-6
lines changed

7 files changed

+1
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "country_select"
65
gem "activemodel", "~> 8.1.0.beta1"
76
gem "actionpack", "~> 8.1.0.beta1"
87
gem "railties", "~> 8.1.0.beta1"

gemfiles/Gemfile-rails-7-0

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "country_select"
65
gem "activemodel", "~> 7.0.0", github: "rails/rails", branch: "7-0-stable"
76
gem "actionpack", "~> 7.0.0", github: "rails/rails", branch: "7-0-stable"
87
gem "railties", "~> 7.0.0", github: "rails/rails", branch: "7-0-stable"

gemfiles/Gemfile-rails-7-1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "country_select"
65
gem "activemodel", "~> 7.1.0"
76
gem "actionpack", "~> 7.1.0"
87
gem "railties", "~> 7.1.0"

gemfiles/Gemfile-rails-7-2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "country_select"
65
gem "activemodel", "~> 7.2.0"
76
gem "actionpack", "~> 7.2.0"
87
gem "railties", "~> 7.2.0"

gemfiles/Gemfile-rails-8-0

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "country_select"
65
gem "activemodel", "~> 8.0.0"
76
gem "actionpack", "~> 8.0.0"
87
gem "railties", "~> 8.0.0"

gemfiles/Gemfile-rails-main

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "country_select"
65
gem "railties", github: "rails/rails", branch: "main"
76
gem "activemodel", github: "rails/rails", branch: "main"
87
gem "actionpack", github: "rails/rails", branch: "main"

simple_form.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ Gem::Specification.new do |s|
2929
s.add_dependency "activemodel", ">= 7.0"
3030
s.add_dependency "actionpack", ">= 7.0"
3131

32+
s.add_development_dependency "country_select"
3233
s.add_development_dependency "rake"
3334
end

0 commit comments

Comments
 (0)