Skip to content

Commit b79f3d9

Browse files
Declare the gemspec so it honors the dependencies correctly
1 parent 80fdc80 commit b79f3d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gemfiles/Gemfile-rails-7-0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'devise-encryptable', path: '..'
3+
gemspec path: '..'
44

55
gem 'devise', '~> 4.8'
66
gem 'rails', '~> 7.0.0'

gemfiles/Gemfile-rails-7-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'devise-encryptable', path: '..'
3+
gemspec path: '..'
44

55
gem 'devise', '~> 4.8'
66
gem 'rails', '~> 7.1.0'

gemfiles/Gemfile-rails-7-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'devise-encryptable', path: '..'
3+
gemspec path: '..'
44

55
gem 'devise', '~> 4.8'
66
gem 'rails', '~> 7.2.0'

gemfiles/Gemfile-rails-8-0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'devise-encryptable', path: '..'
3+
gemspec path: '..'
44

55
gem 'devise', '~> 4.8'
66
gem 'rails', '~> 8.0.0'

gemfiles/Gemfile-rails-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'devise-encryptable', path: '..'
3+
gemspec path: '..'
44

55
gem 'devise', github: 'heartcombo/devise', branch: 'main'
66
gem 'rails', github: 'rails/rails', branch: 'main'

0 commit comments

Comments
 (0)