Skip to content

Commit

Permalink
Merge pull request rails#52687 from neilvcarvalho/nc-unpin-sqlite3-bu…
Browse files Browse the repository at this point in the history
…g-report

Unpin sqlite3 version in bug_report_templates
  • Loading branch information
eileencodes authored and yahonda committed Nov 13, 2024
1 parent 24fde60 commit 5474b51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guides/bug_report_templates/action_mailbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# If you want to test against edge Rails replace the previous line with this:
# gem "rails", github: "rails/rails", branch: "main"

gem "sqlite3", "~> 1.4"
gem "sqlite3"
end

require "active_record/railtie"
Expand Down
2 changes: 1 addition & 1 deletion guides/bug_report_templates/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# If you want to test against edge Rails replace the previous line with this:
# gem "rails", github: "rails/rails", branch: "main"

gem "sqlite3", "~> 1.4"
gem "sqlite3"
end

require "active_record"
Expand Down
2 changes: 1 addition & 1 deletion guides/bug_report_templates/active_record_migrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# If you want to test against edge Rails replace the previous line with this:
# gem "rails", github: "rails/rails", branch: "main"

gem "sqlite3", "~> 1.4"
gem "sqlite3"
end

require "active_record"
Expand Down
2 changes: 1 addition & 1 deletion guides/bug_report_templates/active_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# If you want to test against edge Rails replace the previous line with this:
# gem "rails", github: "rails/rails", branch: "main"

gem "sqlite3", "~> 1.4"
gem "sqlite3"
end

require "active_record/railtie"
Expand Down

0 comments on commit 5474b51

Please sign in to comment.