Skip to content

Commit

Permalink
fixed path of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
swatijadhav committed Jun 7, 2014
1 parent 8b46447 commit a8dda51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -41,7 +41,6 @@ group :development do
gem 'guard'
gem 'guard-rspec'
gem 'guard-rails'
gem 'ffcrm_attachments', github: "crossroads/ffcrm_attachments", branch: "attachment-flow"
gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
gem 'rb-fchange', :require => false
Expand Down Expand Up @@ -82,3 +81,4 @@ group :assets do
end

gem 'turbo-sprockets-rails3'
gem 'ffcrm_attachments', github: "crossroads/ffcrm_attachments", branch: "attachment-flow"

0 comments on commit a8dda51

Please sign in to comment.