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
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@ GEM
ansi (1.4.1)
archive-tar-minitar (0.5.2)
arel (2.2.1)
builder (3.0.0)
builder (3.0.4)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.3)
coffee-script-source (1.12.2)
columnize (0.3.4)
concurrent-ruby (1.2.2)
daemons (1.1.4)
em-http-request (1.0.0)
addressable (>= 2.2.3)
Expand All @@ -60,19 +61,20 @@ GEM
mogli (>= 0.0.33)
ruby-hmac
hashie (1.1.0)
hike (1.2.1)
hike (1.2.3)
httmultiparty (0.3.6)
httparty (>= 0.7.3)
multipart-post
http_parser.rb (0.5.3)
httparty (0.8.1)
multi_json
multi_xml
i18n (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jquery-rails (1.0.18)
railties (~> 3.0)
thor (~> 0.14)
json (1.6.1)
json (2.6.3)
libv8 (3.3.10.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
Expand All @@ -86,20 +88,20 @@ GEM
httmultiparty (>= 0.3.6)
httparty (>= 0.4.3)
multi_json (~> 1.0.3)
multi_json (1.0.3)
multi_json (1.0.4)
multi_xml (0.4.1)
multipart-post (1.1.4)
mysql2 (0.2.17)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
rack (1.3.10)
rack-cache (1.13.0)
rack (>= 0.4)
rack-fiber_pool (0.9.2)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack-ssl (1.3.4)
rack
rack-test (0.6.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (3.1.3)
actionmailer (= 3.1.3)
Expand All @@ -116,9 +118,8 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.11)
json (~> 1.4)
rake (13.0.6)
rdoc (3.9.5)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
Expand All @@ -136,7 +137,7 @@ GEM
railties (~> 3.1.0)
sass (~> 3.1.10)
tilt (~> 1.3.2)
sprockets (2.0.3)
sprockets (2.0.5)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
Expand All @@ -147,16 +148,16 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
tilt (1.3.7)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
turn (0.8.2)
ansi (>= 1.2.2)
tzinfo (0.3.31)
uglifier (1.1.0)
uglifier (2.7.2)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
json (>= 1.8.0)

PLATFORMS
ruby
Expand Down