activeadmin / inherited_resources

MIT License
2.7k stars 393 forks source link

`bundle update inherited_resources` doesn't seem to work #350

Closed jmuheim closed 10 years ago

jmuheim commented 10 years ago

I was tracking down a problem with inherited resources for hours, and finally I found out, that I had 1.3.1 in my Gemfile.lock file, although the current version is 1.4.1. Because I definitely had run bundle update inherited_resources, I didn't think about this earlier.

So I tried again with bundle update inherited_resources, but this didn't change anything. I had to manually edit Gemfile.lock to leverage the version to 1.4.1.

This is definitely an issue. What could have caused the problem? Here's my Gemfile and Gemfile.lock:

https://github.com/jmuheim/synaesthesia/blob/master/Gemfile https://github.com/jmuheim/synaesthesia/blob/master/Gemfile.lock

jmuheim commented 10 years ago
josh@macbuech:~/Documents/Work/MuheimWebdesign/base (master)$ bundle | grep inheri
Using inherited_resources (1.3.1) 
josh@macbuech:~/Documents/Work/MuheimWebdesign/base (master)$ bundle update inherited_resources
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.1.1) 
Using i18n (0.6.9) 
Using minitest (4.7.5) 
Using multi_json (1.8.4) 
Using atomic (1.1.15) 
Using thread_safe (0.2.0) 
Using tzinfo (0.3.38) 
Using activesupport (4.0.3) 
Using builder (3.1.4) 
Using erubis (2.7.0) 
Using rack (1.5.2) 
Using rack-test (0.6.2) 
Using actionpack (4.0.3) 
Using mime-types (1.25.1) 
Using polyglot (0.3.4) 
Using treetop (1.4.15) 
Using mail (2.5.4) 
Using actionmailer (4.0.3) 
Using activemodel (4.0.3) 
Using activerecord-deprecated_finders (1.0.3) 
Using arel (4.0.2) 
Using activerecord (4.0.3) 
Using addressable (2.3.5) 
Using annotate (2.6.2) 
Using ast (1.1.0) 
Using awesome_print (1.2.0) 
Using bcrypt (3.1.7) 
Using bcrypt-ruby (3.1.5) 
Using coderay (1.1.0) 
Using better_errors (1.1.0) 
Using debug_inspector (0.0.2) 
Using binding_of_caller (0.7.2) 
Using sass (3.2.14) 
Using bootstrap-sass (3.1.1.0) 
Using bundler (1.3.5) 
Using cancancan (1.7.0) 
Using mini_portile (0.5.2) 
Using nokogiri (1.6.1) 
Using xpath (2.0.0) 
Using capybara (2.2.1) 
Using launchy (2.4.2) 
Using capybara-screenshot (0.3.16) 
Using thor (0.18.1) 
Using railties (4.0.3) 
Using cells (3.9.1) 
Using timers (1.1.0) 
Using celluloid (0.15.2) 
Using nio4r (1.0.0) 
Using celluloid-io (0.15.0) 
Using ffi (1.9.3) 
Using childprocess (0.5.1) 
Using chunky_png (1.3.0) 
Using cliver (0.3.2) 
Using coffee-script-source (1.7.0) 
Using execjs (2.0.2) 
Using coffee-script (2.2.0) 
Using coffee-rails (4.0.1) 
Using colorize (0.6.0) 
Using columnize (0.3.6) 
Using fssm (0.2.10) 
Using compass (0.12.2) 
Using compass-rails (1.1.3) 
Using coolline (0.4.3) 
Using rest-client (1.6.7) 
Using docile (1.1.3) 
Using simplecov-html (0.8.0) 
Using simplecov (0.8.2) 
Using tins (1.0.0) 
Using term-ansicolor (1.3.0) 
Using coveralls (0.7.0) 
Using css_parser (1.3.5) 
Using database_cleaner (1.2.0) 
Using debugger-linecache (1.2.0) 
Using debugger-ruby_core_source (1.3.2) 
Using debugger (1.6.6) 
Using orm_adapter (0.5.0) 
Using warden (1.2.3) 
Using devise (3.2.3) 
Using diff-lcs (1.2.5) 
Using diffy (3.0.2) 
Using eventmachine (1.0.3) 
Using http_parser.rb (0.5.3) 
Using em-websocket (0.5.0) 
Using email_spec (1.5.0) 
Using factory_girl (4.4.0) 
Using factory_girl_rails (4.4.1) 
Using ffaker (1.23.0) 
Using formatador (0.2.4) 
Using rspec-core (2.14.8) 
Using rspec-expectations (2.14.5) 
Using rspec-mocks (2.14.6) 
Using rspec (2.14.1) 
Using ruby-progressbar (1.4.1) 
Using fuubar (1.3.2) 
Using gherkin (2.12.2) 
Using posix-spawn (0.3.8) 
Using grit (2.5.0) 
Using rb-fsevent (0.9.4) 
Using rb-inotify (0.9.3) 
Using listen (2.6.2) 
Using lumberjack (1.0.4) 
Using method_source (0.8.2) 
Using slop (3.4.7) 
Using pry (0.9.12.6) 
Using guard (2.5.1) 
Using guard-annotate (1.1.0) 
Using guard-bundler (2.0.0) 
Using guard-livereload (2.1.1) 
Using guard-migrate (1.0.1) 
Using guard-pow (2.0.0) 
Using guard-rspec (4.2.7) 
Using has_scope (0.5.1) 
Using hike (1.2.3) 
Using tilt (1.4.1) 
Using sprockets (2.11.0) 
Using sprockets-rails (2.0.1) 
Using rails (4.0.3) 
Using headhunter (0.1.8) 
Using hirb (0.7.1) 
Using responders (0.6.5) 
Using inherited_resources (1.3.1) 
Using pry-debugger (0.2.2) 
Using yard (0.8.7.3) 
Using pry-doc (0.4.6) 
Using pry-git (0.2.3) 
Using pry-rails (0.3.2) 
Using pry-remote (0.1.8) 
Using pry-stack_explorer (0.4.9.1) 
Using jazz_hands (0.5.2) 
Using jbuilder (1.5.3) 
Using jquery-rails (3.1.0) 
Using json (1.8.1) 
Using parser (2.1.5) 
Using websocket-driver (0.3.2) 
Using poltergeist (1.5.0) 
Using powder (0.2.1) 
Using powerpack (0.0.9) 
Using quiet_assets (1.0.2) 
Using rack-livereload (0.3.15) 
Using rainbow (2.0.0) 
Using rdoc (4.1.1) 
Using respec (0.5.0) 
Using rip_hashrocket (0.1.2) from git://github.com/jmuheim/rip_hashrocket (at master) 
Using rolify (3.4.0) 
Using rspec-rails (2.14.1) 
Using rspec-cells (0.1.9) 
Using rubocop (0.18.1) 
Using rubyzip (1.1.0) 
Using sass-rails (4.0.1) 
Using sdoc (0.4.0) 
Using websocket (1.0.7) 
Using selenium-webdriver (2.40.0) 
Using shoulda-matchers (2.5.0) 
Using simple_form (3.0.1) 
Using temple (0.6.7) 
Using slim (2.0.2) 
Using slim-rails (2.1.0) 
Using spring (1.1.0) from git://github.com/guard/spring.git (at listen2) 
Using spring-commands-rspec (1.0.1) 
Using sqlite3 (1.3.9) 
Using terminal-notifier-guard (1.5.3) 
Using turbolinks (2.2.1) 
Using turnip (1.2.1) 
Using uglifier (2.4.0) 
Using xray-rails (0.1.12) 
Your bundle is updated!
josh@macbuech:~/Documents/Work/MuheimWebdesign/base (master)$ bundle | grep inheri
Using inherited_resources (1.3.1) 
josh@macbuech:~/Documents/Work/MuheimWebdesign/base (master)$ 
jmuheim commented 10 years ago

I locked my inherited resources version now using gem 'inherited_resources', '>= 1.4.1'.

Still this seems very odd to me.

rafaelfranca commented 10 years ago

This is not inherited_resource issue. If there is an issue here is on bundler