aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2015-12-14 15:48:54 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2015-12-14 15:48:54 +0100
commitbf40bddfceebaff637161be6c5d992d6978679ff (patch)
treeb3541d5ec5015ab9459d1970a9f10fd37c0156c3 /Gemfile.lock
parent4073a3e3fe77141d09ed767224a1089796de2f7d (diff)
downloadrails-bf40bddfceebaff637161be6c5d992d6978679ff.tar.gz
rails-bf40bddfceebaff637161be6c5d992d6978679ff.tar.bz2
rails-bf40bddfceebaff637161be6c5d992d6978679ff.zip
Get ready to merge into Rails
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock132
1 files changed, 0 insertions, 132 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index 3b67b1f67d..0000000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,132 +0,0 @@
-GIT
- remote: git://github.com/rack/rack.git
- revision: 35599cfc2751e0ee611c0ff799924b8e7fe0c0b4
- specs:
- rack (2.0.0.alpha)
- json
-
-GIT
- remote: git://github.com/rails/arel.git
- revision: 3c429c5d86e9e2201c2a35d934ca6a8911c18e69
- specs:
- arel (7.0.0.alpha)
-
-GIT
- remote: git://github.com/rails/rails.git
- revision: f94e328cf801fd5c8055b06c4ee5439273146833
- specs:
- actionpack (5.0.0.alpha)
- actionview (= 5.0.0.alpha)
- activesupport (= 5.0.0.alpha)
- rack (~> 2.x)
- rack-test (~> 0.6.3)
- rails-dom-testing (~> 1.0, >= 1.0.5)
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
- actionview (5.0.0.alpha)
- activesupport (= 5.0.0.alpha)
- builder (~> 3.1)
- erubis (~> 2.7.0)
- rails-dom-testing (~> 1.0, >= 1.0.5)
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
- activesupport (5.0.0.alpha)
- concurrent-ruby (~> 1.0.0.pre3, < 2.0.0)
- i18n (~> 0.7)
- json (~> 1.7, >= 1.7.7)
- method_source
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- railties (5.0.0.alpha)
- actionpack (= 5.0.0.alpha)
- activesupport (= 5.0.0.alpha)
- method_source
- rake (>= 0.8.7)
- thor (>= 0.18.1, < 2.0)
-
-PATH
- remote: .
- specs:
- actioncable (0.0.3)
- actionpack (>= 4.2.0)
- activesupport (>= 4.2.0)
- celluloid (~> 0.16.0)
- coffee-rails
- em-hiredis (~> 0.3.0)
- faye-websocket (~> 0.10.0)
- redis (~> 3.0)
- websocket-driver (~> 0.6.1)
-
-GEM
- remote: https://rubygems.org/
- specs:
- builder (3.2.2)
- celluloid (0.16.0)
- timers (~> 4.0.0)
- coffee-rails (4.1.0)
- coffee-script (>= 2.2.0)
- railties (>= 4.0.0, < 5.0)
- coffee-script (2.4.1)
- coffee-script-source
- execjs
- coffee-script-source (1.9.1.1)
- concurrent-ruby (1.0.0.pre4)
- em-hiredis (0.3.0)
- eventmachine (~> 1.0)
- hiredis (~> 0.5.0)
- erubis (2.7.0)
- eventmachine (1.0.8)
- execjs (2.6.0)
- faye-websocket (0.10.0)
- eventmachine (>= 0.12.0)
- websocket-driver (>= 0.5.1)
- hiredis (0.5.2)
- hitimes (1.2.3)
- i18n (0.7.0)
- json (1.8.3)
- loofah (2.0.3)
- nokogiri (>= 1.5.9)
- metaclass (0.0.4)
- method_source (0.8.2)
- mini_portile (0.6.2)
- minitest (5.8.1)
- mocha (1.1.0)
- metaclass (~> 0.0.1)
- nokogiri (1.6.6.2)
- mini_portile (~> 0.6.0)
- puma (2.14.0)
- rack-test (0.6.3)
- rack (>= 1.0)
- rails-deprecated_sanitizer (1.0.3)
- activesupport (>= 4.2.0.alpha)
- rails-dom-testing (1.0.7)
- activesupport (>= 4.2.0.beta, < 5.0)
- nokogiri (~> 1.6.0)
- rails-deprecated_sanitizer (>= 1.0.1)
- rails-html-sanitizer (1.0.2)
- loofah (~> 2.0)
- rake (10.4.2)
- redis (3.2.1)
- thor (0.19.1)
- thread_safe (0.3.5)
- timers (4.0.4)
- hitimes
- tzinfo (1.2.2)
- thread_safe (~> 0.1)
- websocket-driver (0.6.2)
- websocket-extensions (>= 0.1.0)
- websocket-extensions (0.1.2)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- actioncable!
- actionpack!
- activesupport!
- arel!
- mocha
- puma
- rack!
- rake
-
-BUNDLED WITH
- 1.10.6