Skip to content

Commit

Permalink
Upgrading tire
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Oct 7, 2012
1 parent d5694b5 commit 779c37e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -29,7 +29,7 @@ gem "mongo", "= 1.6.2"
gem "bson", "= 1.6.2"
gem "bson_ext", "= 1.6.2"
gem "i18n", "~> 0.6.0"
gem "tire", "~> 0.3.12"
gem "tire", "~> 0.4.1"
gem "twitter", "~> 3.5.0"
gem "pony", "~> 1.3"
gem "rdiscount", "~> 1.6.8"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Expand Up @@ -73,7 +73,7 @@ GEM
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
builder (3.0.0)
builder (3.0.3)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -119,8 +119,9 @@ GEM
haml (~> 3.0)
railties (~> 3.0)
hashie (1.2.0)
hashr (0.0.22)
hike (1.2.1)
i18n (0.6.0)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (1.0.12)
railties (~> 3.0)
Expand Down Expand Up @@ -239,11 +240,12 @@ GEM
libv8 (~> 3.3.10)
thor (0.15.4)
tilt (1.3.3)
tire (0.3.12)
activemodel (~> 3.0)
tire (0.4.3)
activemodel (>= 3.0)
hashr (~> 0.0.19)
multi_json (~> 1.0)
rake
rest-client (~> 1.6.0)
rest-client (~> 1.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
Expand Down Expand Up @@ -317,7 +319,7 @@ DEPENDENCIES
show_me_the_cookies (~> 1.1.0)
simplecov (~> 0.4.0)
therubyracer (~> 0.9.9)
tire (~> 0.3.12)
tire (~> 0.4.1)
twitter (~> 3.5.0)
tzinfo (~> 0.3.29)
uglifier (~> 1.0.0)
Expand Down

0 comments on commit 779c37e

Please sign in to comment.