Revert to using released version of canonical-rails
This commit is contained in:
parent
8e54d0f2ae
commit
b6b2fe6b8d
2 changed files with 4 additions and 11 deletions
3
Gemfile
3
Gemfile
|
@ -118,8 +118,7 @@ gem "dalli"
|
|||
gem "kgio"
|
||||
|
||||
# Load canonical-rails to generate canonical URLs
|
||||
# Use unreleased version for rails 7.2.1+ compatibility
|
||||
gem "canonical-rails", :github => "jumph4x/canonical-rails", :ref => "fbc1c88c"
|
||||
gem "canonical-rails"
|
||||
|
||||
# Used to generate logstash friendly log files
|
||||
gem "logstasher"
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,11 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/jumph4x/canonical-rails.git
|
||||
revision: fbc1c88c71131ddb1352953cd6048033fd2473e5
|
||||
ref: fbc1c88c
|
||||
specs:
|
||||
canonical-rails (0.2.15)
|
||||
actionview (>= 4.1, < 7.3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -145,6 +137,8 @@ GEM
|
|||
bzip2-ffi (1.1.1)
|
||||
ffi (~> 1.0)
|
||||
cancancan (3.6.1)
|
||||
canonical-rails (0.2.16)
|
||||
actionview (>= 4.1, < 7.3)
|
||||
capybara (3.40.0)
|
||||
addressable
|
||||
matrix
|
||||
|
@ -682,7 +676,7 @@ DEPENDENCIES
|
|||
browser (< 6)
|
||||
bzip2-ffi
|
||||
cancancan
|
||||
canonical-rails!
|
||||
canonical-rails
|
||||
capybara (>= 2.15)
|
||||
config
|
||||
connection_pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue