This commit is contained in:
Benjamin Neff 2018-04-08 01:10:29 +02:00
parent b8094544a0
commit 7ea9a4d7ae
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 5 additions and 5 deletions

View file

@ -188,7 +188,7 @@ gem "typhoeus", "1.3.0"
# Views # Views
gem "gon", "6.1.0" gem "gon", "6.2.0"
gem "hamlit", "2.8.6" gem "hamlit", "2.8.6"
gem "mobile-fu", "1.4.0" gem "mobile-fu", "1.4.0"
gem "rails-timeago", "2.16.0" gem "rails-timeago", "2.16.0"

View file

@ -248,9 +248,8 @@ GEM
terminal-table terminal-table
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
gon (6.1.0) gon (6.2.0)
actionpack (>= 3.0) actionpack (>= 3.0)
json
multi_json multi_json
request_store (>= 1.0) request_store (>= 1.0)
guard (2.14.1) guard (2.14.1)
@ -585,7 +584,8 @@ GEM
ffi (>= 0.5.0, < 2) ffi (>= 0.5.0, < 2)
redcarpet (3.4.0) redcarpet (3.4.0)
redis (3.3.5) redis (3.3.5)
request_store (1.3.2) request_store (1.4.1)
rack (>= 1.4)
responders (2.4.0) responders (2.4.0)
actionpack (>= 4.2.0, < 5.3) actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3)
@ -796,7 +796,7 @@ DEPENDENCIES
fixture_builder (= 0.5.0) fixture_builder (= 0.5.0)
fog-aws (= 2.0.1) fog-aws (= 2.0.1)
fuubar (= 2.2.0) fuubar (= 2.2.0)
gon (= 6.1.0) gon (= 6.2.0)
guard (= 2.14.1) guard (= 2.14.1)
guard-cucumber (= 2.1.2) guard-cucumber (= 2.1.2)
guard-rspec (= 4.7.3) guard-rspec (= 4.7.3)