This commit is contained in:
Jonne Haß 2013-06-09 14:00:36 +02:00
parent d3fe58407c
commit b2b16ee3ab
2 changed files with 5 additions and 6 deletions

View file

@ -87,7 +87,7 @@ gem 'typhoeus', '0.6.3'
# Views # Views
gem 'client_side_validations', '3.2.5' gem 'client_side_validations', '3.2.5'
gem 'gon', '4.1.0' gem 'gon', '4.1.1'
gem 'haml', '4.0.3' gem 'haml', '4.0.3'
gem 'mobile-fu', '1.1.1' gem 'mobile-fu', '1.1.1'
gem 'will_paginate', '3.0.4' gem 'will_paginate', '3.0.4'

View file

@ -139,7 +139,7 @@ GEM
ruby-progressbar (~> 1.0.0) ruby-progressbar (~> 1.0.0)
gherkin (2.12.0) gherkin (2.12.0)
multi_json (~> 1.3) multi_json (~> 1.3)
gon (4.1.0) gon (4.1.1)
actionpack (>= 2.3.0) actionpack (>= 2.3.0)
json json
guard (1.8.0) guard (1.8.0)
@ -165,7 +165,7 @@ GEM
sprockets (>= 2.0.3) sprockets (>= 2.0.3)
tilt tilt
hashie (2.0.5) hashie (2.0.5)
hike (1.2.2) hike (1.2.3)
http_accept_language (1.0.2) http_accept_language (1.0.2)
httpauth (0.2.0) httpauth (0.2.0)
i18n (0.6.1) i18n (0.6.1)
@ -213,7 +213,7 @@ GEM
mobile-fu (1.1.1) mobile-fu (1.1.1)
rack-mobile-detect rack-mobile-detect
rails rails
multi_json (1.7.3) multi_json (1.7.6)
multipart-post (1.2.0) multipart-post (1.2.0)
mysql2 (0.3.11) mysql2 (0.3.11)
nested_form (0.3.2) nested_form (0.3.2)
@ -434,7 +434,7 @@ DEPENDENCIES
foreigner (= 1.4.1) foreigner (= 1.4.1)
foreman (= 0.62) foreman (= 0.62)
fuubar (= 1.1.0) fuubar (= 1.1.0)
gon (= 4.1.0) gon (= 4.1.1)
guard-cucumber (= 1.4.0) guard-cucumber (= 1.4.0)
guard-rspec (= 3.0.1) guard-rspec (= 3.0.1)
guard-spork (= 1.5.0) guard-spork (= 1.5.0)
@ -484,7 +484,6 @@ DEPENDENCIES
timecop (= 0.6.1) timecop (= 0.6.1)
twitter (= 4.6.2) twitter (= 4.6.2)
typhoeus (= 0.6.3) typhoeus (= 0.6.3)
uglifier (= 2.0.1)
uglifier (= 2.1.1) uglifier (= 2.1.1)
unicorn (= 4.6.2) unicorn (= 4.6.2)
webmock (= 1.11.0) webmock (= 1.11.0)