Skip to content

Commit

Permalink
use Arbre 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed Aug 20, 2014
1 parent ffa68b3 commit 36edd08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -7,8 +7,6 @@ require File.expand_path 'spec/support/detect_rails_version', File.dirname(__FIL
rails_version = detect_rails_version
gem 'rails', rails_version

gem 'arbre', github: 'activeadmin/arbre' # until activeadmin/arbre#16 makes it into an official release

# Optional dependencies
gem 'cancan'
gem 'devise'
Expand Down
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n").sort
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")

s.add_dependency 'arbre', '~> 1.0'
s.add_dependency 'arbre', '~> 1.0', '>= 1.0.2'
s.add_dependency 'bourbon'
s.add_dependency 'coffee-rails'
s.add_dependency 'formtastic', '~> 2.3.0.rc3' # change to 2.3 when stable is released
Expand Down

3 comments on commit 36edd08

@daino3
Copy link
Contributor

@daino3 daino3 commented on 36edd08 Aug 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit is making "rails g active_admin:install" fail with "Could not find arbre-1.0.2 in any of the sources"

@seanlinsley
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You got that error message after you ran bundle update? Perhaps you need to upgrade your version of Bundler.

@daino3
Copy link
Contributor

@daino3 daino3 commented on 36edd08 Aug 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm trying to figure out what's going on. Updating Bundler didn't do it for me. I'm probably doing something silly.

Please sign in to comment.