Skip to content

Commit

Permalink
Revert "Merge pull request #1793 from MushroomObserver/nimmo-ruby-3.3.0"
Browse files Browse the repository at this point in the history
This reverts commit 6a5f6cc, reversing
changes made to 4d1db88.
  • Loading branch information
nimmolo committed Jan 16, 2024
1 parent 6a5f6cc commit c5505be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.2.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ DEPENDENCIES
xmlrpc

RUBY VERSION
ruby 3.3.0p0
ruby 3.2.2p53

BUNDLED WITH
2.3.26
4 changes: 3 additions & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# exceptions.
# config.action_dispatch.show_exceptions = :rescuable
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = :none
config.action_dispatch.show_exceptions = false

# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false
Expand Down Expand Up @@ -103,6 +103,8 @@
# actions
config.action_controller.raise_on_missing_callback_actions = true

# config.action_dispatch.show_exceptions = false

config.active_support.test_order = :random

config.bot_enabled = true
Expand Down

0 comments on commit c5505be

Please sign in to comment.