Skip to content

Commit

Permalink
Bump attachable to fix the build. 1.8.7 was broken in db:seeds post 3…
Browse files Browse the repository at this point in the history
  • Loading branch information
bamnet committed May 3, 2012
1 parent 3101044 commit c740092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'sqlite3'
gem "rmagick", ">= 2.12.2", :require => 'RMagick'

# Attachable does all the file work.
gem 'attachable', '>= 0.0.4'
gem 'attachable', '>= 0.0.5'

gem 'devise'
gem 'cancan'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
attachable (0.0.4)
attachable (0.0.5)
bcrypt-ruby (3.0.1)
builder (3.0.0)
cancan (1.6.7)
Expand Down Expand Up @@ -115,7 +115,7 @@ PLATFORMS
ruby

DEPENDENCIES
attachable (>= 0.0.4)
attachable (>= 0.0.5)
cancan
coffee-rails (~> 3.2.1)
devise
Expand Down

0 comments on commit c740092

Please sign in to comment.