This commit is contained in:
Jonne Haß 2014-08-24 20:05:56 +02:00
parent b0bf570cd9
commit ebf43c1956
2 changed files with 6 additions and 3 deletions

View file

@ -122,7 +122,7 @@ gem 'typhoeus', '0.6.8'
# Views # Views
gem 'gon', '5.0.4' gem 'gon', '5.1.2'
gem 'haml', '4.0.5' gem 'haml', '4.0.5'
gem 'mobile-fu', '1.3.1' gem 'mobile-fu', '1.3.1'
gem 'will_paginate', '3.0.5' gem 'will_paginate', '3.0.5'

View file

@ -186,9 +186,11 @@ GEM
ruby-progressbar (~> 1.4) ruby-progressbar (~> 1.4)
gherkin (2.12.2) gherkin (2.12.2)
multi_json (~> 1.3) multi_json (~> 1.3)
gon (5.0.4) gon (5.1.2)
actionpack (>= 2.3.0) actionpack (>= 2.3.0)
json json
multi_json
request_store (>= 1.0.5)
guard (2.2.5) guard (2.2.5)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (~> 2.1) listen (~> 2.1)
@ -377,6 +379,7 @@ GEM
redis-namespace (1.5.1) redis-namespace (1.5.1)
redis (~> 3.0, >= 3.0.4) redis (~> 3.0, >= 3.0.4)
remotipart (1.2.1) remotipart (1.2.1)
request_store (1.1.0)
roxml (3.1.6) roxml (3.1.6)
activesupport (>= 2.3.0) activesupport (>= 2.3.0)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
@ -511,7 +514,7 @@ DEPENDENCIES
foreigner (= 1.6.1) foreigner (= 1.6.1)
foreman (= 0.62) foreman (= 0.62)
fuubar (= 1.3.3) fuubar (= 1.3.3)
gon (= 5.0.4) gon (= 5.1.2)
guard-cucumber (= 1.4.1) guard-cucumber (= 1.4.1)
guard-rspec (= 4.2.9) guard-rspec (= 4.2.9)
guard-spork (= 1.5.1) guard-spork (= 1.5.1)