Skip to content

Commit d36df7a

Browse files
authored
Merge pull request rails#52687 from neilvcarvalho/nc-unpin-sqlite3-bug-report
Unpin sqlite3 version in bug_report_templates
2 parents 0794abb + 313582b commit d36df7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

guides/bug_report_templates/action_mailbox.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# If you want to test against edge Rails replace the previous line with this:
1010
# gem "rails", github: "rails/rails", branch: "main"
1111

12-
gem "sqlite3", "~> 1.4"
12+
gem "sqlite3"
1313
end
1414

1515
require "active_record/railtie"

guides/bug_report_templates/active_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# If you want to test against edge Rails replace the previous line with this:
1010
# gem "rails", github: "rails/rails", branch: "main"
1111

12-
gem "sqlite3", "~> 1.4"
12+
gem "sqlite3"
1313
end
1414

1515
require "active_record"

guides/bug_report_templates/active_record_migrations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# If you want to test against edge Rails replace the previous line with this:
1010
# gem "rails", github: "rails/rails", branch: "main"
1111

12-
gem "sqlite3", "~> 1.4"
12+
gem "sqlite3"
1313
end
1414

1515
require "active_record"

guides/bug_report_templates/active_storage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# If you want to test against edge Rails replace the previous line with this:
1010
# gem "rails", github: "rails/rails", branch: "main"
1111

12-
gem "sqlite3", "~> 1.4"
12+
gem "sqlite3"
1313
end
1414

1515
require "active_record/railtie"

0 commit comments

Comments
 (0)