Skip to content

Commit 5f1eb4d

Browse files
committed
Swap to responds_to_parent2, as zendesk went abandonware on the repo.
1 parent c8c7c64 commit 5f1eb4d

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ group :heroku do
9393
gem 'puma'
9494
end
9595

96-
gem 'responds_to_parent', git: 'https://github.com/fatfreecrm/responds_to_parent.git', branch: 'master' # Temporarily pointed at git until https://github.com/zendesk/responds_to_parent/pull/7 is released
96+
gem 'responds_to_parent2'
9797
gem 'acts_as_commentable2'
9898
gem 'sassc-rails'
9999
gem 'coffee-rails'

Gemfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: https://github.com/fatfreecrm/responds_to_parent.git
3-
revision: a4f87ff1fb2f7760bb8f2925f99cd79eefb2228f
4-
branch: master
5-
specs:
6-
responds_to_parent (2.0.0)
7-
actionpack (>= 3.2.22, < 8.0)
8-
91
GIT
102
remote: https://github.com/jquery-ui-rails/jquery-ui-rails.git
113
revision: 413265e81f790f795239e07e7e25e01429b2f18d
@@ -424,6 +416,8 @@ GEM
424416
responders (3.1.1)
425417
actionpack (>= 5.2)
426418
railties (>= 5.2)
419+
responds_to_parent2 (2.1.0)
420+
actionpack (>= 3.2.22, < 8.0)
427421
rexml (3.3.9)
428422
rspec (3.13.0)
429423
rspec-core (~> 3.13.0)
@@ -631,7 +625,7 @@ DEPENDENCIES
631625
rb-fsevent
632626
rb-inotify
633627
responders (~> 3.0)
634-
responds_to_parent!
628+
responds_to_parent2
635629
rspec-activemodel-mocks
636630
rspec-rails
637631
rubocop

fat_free_crm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Gem::Specification.new do |gem|
4141
gem.add_dependency 'font-awesome-rails'
4242
gem.add_dependency 'premailer'
4343
gem.add_dependency 'nokogiri'
44-
gem.add_dependency 'responds_to_parent'
44+
gem.add_dependency 'responds_to_parent2'
4545
gem.add_dependency 'rails3-jquery-autocomplete'
4646
gem.add_dependency 'thor'
4747
gem.add_dependency 'rails_autolink'

0 commit comments

Comments
 (0)