123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- GEM
- remote: http://rubygems.org/
- specs:
- actionmailer (4.1.4)
- actionpack (= 4.1.4)
- actionview (= 4.1.4)
- mail (~> 2.5.4)
- actionpack (4.1.4)
- actionview (= 4.1.4)
- activesupport (= 4.1.4)
- rack (~> 1.5.2)
- rack-test (~> 0.6.2)
- actionview (4.1.4)
- activesupport (= 4.1.4)
- builder (~> 3.1)
- erubis (~> 2.7.0)
- activemodel (4.1.4)
- activesupport (= 4.1.4)
- builder (~> 3.1)
- activerecord (4.1.4)
- activemodel (= 4.1.4)
- activesupport (= 4.1.4)
- arel (~> 5.0.0)
- activerecord-import (0.5.0)
- activerecord (>= 3.0)
- activerecord-jdbc-adapter (1.3.21)
- activerecord (>= 2.2)
- activerecord-jdbcmysql-adapter (1.3.21)
- activerecord-jdbc-adapter (~> 1.3.21)
- jdbc-mysql (>= 5.1.22)
- activesupport (4.1.4)
- i18n (~> 0.6, >= 0.6.9)
- json (~> 1.7, >= 1.7.7)
- minitest (~> 5.1)
- thread_safe (~> 0.1)
- tzinfo (~> 1.1)
- arel (5.0.1.20140414130214)
- builder (3.2.2)
- concurrent-ruby (1.0.2)
- concurrent-ruby (1.0.2-java)
- daemons (1.2.4)
- erubis (2.7.0)
- eventmachine (1.2.0.1)
- i18n (0.7.0)
- jdbc-mysql (5.1.38)
- jruby-rack (1.1.20)
- json (1.8.3)
- json (1.8.3-java)
- kgio (2.10.0)
- mail (2.5.4)
- mime-types (~> 1.16)
- treetop (~> 1.4.8)
- mime-types (1.25.1)
- minitest (5.9.0)
- mysql2 (0.3.16)
- polyglot (0.3.5)
- puma (2.9.0)
- rack (>= 1.1, < 2.0)
- puma (2.9.0-java)
- rack (>= 1.1, < 2.0)
- rack (1.5.5)
- rack-test (0.6.3)
- rack (>= 1.0)
- rails (4.1.4)
- actionmailer (= 4.1.4)
- actionpack (= 4.1.4)
- actionview (= 4.1.4)
- activemodel (= 4.1.4)
- activerecord (= 4.1.4)
- activesupport (= 4.1.4)
- bundler (>= 1.3.0, < 2.0)
- railties (= 4.1.4)
- sprockets-rails (~> 2.0)
- railties (4.1.4)
- actionpack (= 4.1.4)
- activesupport (= 4.1.4)
- rake (>= 0.8.7)
- thor (>= 0.18.1, < 2.0)
- raindrops (0.17.0)
- rake (11.2.2)
- sprockets (3.7.0)
- concurrent-ruby (~> 1.0)
- rack (> 1, < 3)
- sprockets-rails (2.3.3)
- actionpack (>= 3.0)
- activesupport (>= 3.0)
- sprockets (>= 2.8, < 4.0)
- thin (1.6.2)
- daemons (>= 1.0.9)
- eventmachine (>= 1.0.0)
- rack (>= 1.0.0)
- thor (0.19.1)
- thread_safe (0.3.5)
- thread_safe (0.3.5-java)
- torqbox (0.1.7-java)
- rack (>= 1.4.0, < 2.0)
- treetop (1.4.15)
- polyglot
- polyglot (>= 0.3.1)
- trinidad (1.4.6)
- jruby-rack (~> 1.1.13)
- trinidad_jars (>= 1.3.0, < 1.5.0)
- trinidad_jars (1.4.2)
- tzinfo (1.2.2)
- thread_safe (~> 0.1)
- unicorn (4.8.3)
- kgio (~> 2.6)
- rack
- raindrops (~> 0.7)
- PLATFORMS
- java
- ruby
- DEPENDENCIES
- activerecord (= 4.1.4)
- activerecord-import (= 0.5.0)
- activerecord-jdbcmysql-adapter (~> 1.3.9)
- mysql2 (= 0.3.16)
- puma (= 2.9.0)
- rails (~> 4.1.4)
- thin (= 1.6.2)
- torqbox (= 0.1.7)
- trinidad (= 1.4.6)
- unicorn (= 4.8.3)
- BUNDLED WITH
- 1.13.1
|