Skip to content

Commit

Permalink
bump brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Feb 3, 2024
1 parent 1d6d960 commit eab429b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
bcrypt (3.1.20)
benchmark-perf (0.6.0)
bigdecimal (3.1.5)
brakeman (6.1.1)
brakeman (6.1.2)
racc
builder (3.2.4)
byebug (11.1.3)
Expand Down
2 changes: 1 addition & 1 deletion extras/mastodon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class Mastodon
def self.enabled?
Rails.env.production?
true # Rails.env.production?
end
end

0 comments on commit eab429b

Please sign in to comment.