summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Rocco <alessio.rocco.lt@gmail.com>2021-01-15 14:27:09 +0100
committerAlessio Rocco <alessio.rocco.lt@gmail.com>2021-01-15 15:05:46 +0100
commitc6a942e5e013b78f8662af41ec45904bd51dc2b3 (patch)
tree40172a7d9acead74910d8dde59f2b66003dac81b
parent84c4b435b83c46d126b082e65355c43d6cd52ebe (diff)
Remove canonical-rails from Gemfile
The canonical-rails was locked down to 0.2.9 because Solidus still used the whitelisted_attributes method but with the new version 0.2.10 it was renamed to allowed_parameters and it can be removed.
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 185c420..24c83d8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,8 +14,6 @@ gem 'rails', '>0.a'
# Provides basic authentication functionality for testing parts of your engine
gem 'solidus_auth_devise'
-gem 'canonical-rails', '0.2.9'
-
case ENV['DB']
when 'mysql'
gem 'mysql2'