Skip to content

Commit

Permalink
Remove github source of friendly_id-globalize and require it
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Jul 23, 2015
1 parent 3781ca1 commit bf7c655
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gemspec
gem 'refinerycms', git: 'https://github.com/refinery/refinerycms', branch: 'master'
gem 'refinerycms-acts-as-indexed', git: 'https://github.com/refinery/refinerycms-acts-as-indexed', branch: 'master'
gem 'refinerycms-i18n', git: 'https://github.com/refinery/refinerycms-i18n', branch: 'master'
gem 'friendly_id-globalize', github: 'norman/friendly_id-globalize', branch: 'master', ref: '5fedb92ff554f35a3351cdedc2eaafadbf16fd0d'

group :development, :test do
gem 'refinerycms-testing', git: 'https://github.com/refinery/refinerycms', branch: 'master'
Expand Down
1 change: 1 addition & 0 deletions lib/refinery/portfolio.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'refinerycms-core'
require 'friendly_id/globalize'

module Refinery
autoload :PortfolioGenerator, 'generators/refinery/portfolio/portfolio_generator'
Expand Down

0 comments on commit bf7c655

Please sign in to comment.