Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refinerycms-images references refinerycms-dragonfly which doesn't exist #3370

Closed
josh-m-sharpe opened this issue May 23, 2018 · 3 comments
Closed
Assignees

Comments

@josh-m-sharpe
Copy link

josh-m-sharpe commented May 23, 2018

https://github.com/refinery/refinerycms/blob/4.0.2/images/refinerycms-images.gemspec#L22

https://rubygems.org/search?query=refinerycms-dragonfly

source 'https://rubygems.org'

ruby File.read('.ruby-version').chomp

gem 'rails', '~> 5.1.6'

gem 'pg'
gem 'puma'
gem 'refinerycms', '4.0.2'
gem 'i18n', '0.9.5'
gem 'sass-rails'
gem 'uglifier'

group :development, :test do
  gem 'byebug'
  gem 'capybara'
  gem 'selenium-webdriver'
end

group :development do
  gem 'web-console'
  gem 'listen'
  gem 'spring'
  gem 'spring-watcher-listen'
end
$ bundle
...etc...
Fetching refinerycms-images 4.0.2
Downloading refinerycms-images-4.0.2 revealed dependencies not in the API or the lockfile (refinerycms-dragonfly (~> 1.0)).
Either installing with `--full-index` or running `bundle update refinerycms-images` should fix the problem.

In Gemfile:
  refinerycms was resolved to 4.0.2, which depends on
    refinerycms-images
@bricesanchez
Copy link
Member

Hi @josh-m-sharpe !

Thanks for your report! You're right refinerycms-dragonfly gem is not released on Rubygems but it should be available in refinerycms gem.

I don't know why your bundler try to fetch an external gem.

Should we release refinerycms-dragonfly gem on rubygems @parndt ? @anitagraham ?

@anitagraham
Copy link
Contributor

Yes, I think we should.

@parndt
Copy link
Member

parndt commented May 23, 2018

Released: https://rubygems.org/gems/refinerycms-dragonfly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants