Skip to content

Commit

Permalink
Updated ransack_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 27, 2012
1 parent 46d2412 commit e38209a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,20 @@ GEM
thor (>= 0.14.6, < 2.0)
raindrops (0.8.0)
rake (0.9.2.2)
ransack_chronic (1.0.0)
ransack (0.7.2)
actionpack (~> 3.0)
activerecord (~> 3.0)
polyamorous (~> 0.5.0)
ransack_chronic (1.1.0)
chronic (>= 0.6.7)
ransack_ffcrm (0.7.1)
actionpack (~> 3.0)
activerecord (~> 3.0)
chronic (~> 0.6.7)
polyamorous (~> 0.5.0)
ransack_ui (1.0.1)
ransack_chronic
ransack_ui (1.0.2)
ransack
ransack_chronic (>= 1.1.0)
rbx-require-relative (0.0.9)
rdoc (3.12)
json (~> 1.4)
Expand Down Expand Up @@ -307,7 +312,7 @@ DEPENDENCIES
rails (~> 3.2)
rails3-jquery-autocomplete
ransack_ffcrm (~> 0.7.1)
ransack_ui (>= 1.0.1)
ransack_ui (>= 1.0.2)
responds_to_parent (>= 1.1.0)
rspec-rails (~> 2.9.0)
ruby-debug
Expand Down
2 changes: 1 addition & 1 deletion fat_free_crm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |gem|
# FatFreeCRM has released it's own versions of the following gems:
#-----------------------------------------------------------------
gem.add_dependency 'ransack_ffcrm', '~> 0.7.1'
gem.add_dependency 'ransack_ui', '>= 1.0.1'
gem.add_dependency 'ransack_ui', '>= 1.0.2'
gem.add_dependency 'ajax-chosen-rails', '>= 0.2.1' # (now depends on chosen-rails_ffcrm)
gem.add_dependency 'email_reply_parser_ffcrm'
end

0 comments on commit e38209a

Please sign in to comment.