Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 22 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
whoops (0.5.4)
whoops (0.5.5)
haml
kaminari
mongo
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
multi_json (~> 1.0)
addressable (2.3.2)
archive-tar-minitar (0.5.2)
arel (3.0.2)
arel (3.0.3)
bson (1.8.0)
activesupport
bson_ext (1.8.0)
Expand All @@ -58,19 +58,22 @@ GEM
ffi (~> 1.0, >= 1.0.6)
coderay (1.0.8)
columnize (0.3.6)
concurrent-ruby (1.1.10)
diff-lcs (1.1.3)
erubis (2.7.0)
fabrication (2.5.1)
faker (1.1.2)
i18n (~> 0.5)
ffi (1.2.0)
haml (4.0.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
hike (1.2.1)
i18n (0.6.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
journey (1.0.4)
json (1.7.5)
kaminari (0.14.1)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
libwebsocket (0.1.7.1)
Expand All @@ -88,13 +91,13 @@ GEM
mime-types (1.19)
mongo (1.8.0)
bson (~> 1.8.0)
mongoid (2.5.1)
mongoid (2.7.1)
activemodel (~> 3.1)
mongo (~> 1.7)
mongo (~> 1.8)
tzinfo (~> 0.3.22)
multi_json (1.5.0)
nokogiri (1.5.5)
polyglot (0.3.3)
polyglot (0.3.5)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand Down Expand Up @@ -122,6 +125,9 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbx-require-relative (0.0.9)
rdoc (3.12)
json (~> 1.4)
Expand Down Expand Up @@ -152,7 +158,11 @@ GEM
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.9)
sass (3.2.7)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
selenium-webdriver (2.27.2)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
Expand All @@ -164,12 +174,13 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
temple (0.8.2)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
tzinfo (0.3.60)
websocket (1.0.4)
xpath (1.0.0)
nokogiri (~> 1.3)
Expand Down