Skip to content

Commit 8a0a67c

Browse files
author
Moncef Belyamani
committed
Fix tire gem line in Gemfile
1 parent 70b04c2 commit 8a0a67c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ gem "enumerize"
9292
gem "figaro"
9393

9494
# Search
95-
gem "tire",:git => "git://github.com/monfresh/tire.git", :ref => "2d174e792a"
95+
gem "tire", :git => "git://github.com/monfresh/tire.git", :ref => "2d174e792a"
96+
9697
# Nested categories for OpenEligibility
9798
gem "glebtv-mongoid_nested_set"
98-
#gem 'rails_admin_nested_set'
9999

100100
gem 'mongoid_time_field'

Gemfile.lock

-8
Original file line numberDiff line numberDiff line change
@@ -370,14 +370,6 @@ GEM
370370
swagger-ui_rails (0.0.2)
371371
thor (0.18.1)
372372
tilt (1.4.1)
373-
tire (0.6.0)
374-
activemodel (>= 3.0)
375-
activesupport
376-
ansi
377-
hashr (~> 0.0.19)
378-
multi_json (~> 1.3)
379-
rake
380-
rest-client (~> 1.6)
381373
treetop (1.4.14)
382374
polyglot
383375
polyglot (>= 0.3.1)

0 commit comments

Comments
 (0)