Skip to content

Commit

Permalink
Fix tire gem line in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
monfresh committed Sep 13, 2013
1 parent 70b04c2 commit 8a0a67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ gem "enumerize"
gem "figaro"

# Search
gem "tire",:git => "git://github.com/monfresh/tire.git", :ref => "2d174e792a"
gem "tire", :git => "git://github.com/monfresh/tire.git", :ref => "2d174e792a"

# Nested categories for OpenEligibility
gem "glebtv-mongoid_nested_set"
#gem 'rails_admin_nested_set'

gem 'mongoid_time_field'
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,6 @@ GEM
swagger-ui_rails (0.0.2)
thor (0.18.1)
tilt (1.4.1)
tire (0.6.0)
activemodel (>= 3.0)
activesupport
ansi
hashr (~> 0.0.19)
multi_json (~> 1.3)
rake
rest-client (~> 1.6)
treetop (1.4.14)
polyglot
polyglot (>= 0.3.1)
Expand Down

0 comments on commit 8a0a67c

Please sign in to comment.