123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- GEM
- remote: http://rubygems.org/
- specs:
- 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.9)
- activerecord (>= 2.2)
- activerecord-jdbcmysql-adapter (1.3.9)
- activerecord-jdbc-adapter (~> 1.3.9)
- 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)
- backports (3.6.0)
- builder (3.2.2)
- daemons (1.1.9)
- eventmachine (1.0.3)
- i18n (0.6.11)
- jdbc-mysql (5.1.31)
- jruby-rack (1.1.16)
- json (1.8.1)
- json (1.8.1-java)
- kgio (2.9.2)
- minitest (5.4.0)
- multi_json (1.10.1)
- mysql2 (0.3.16)
- puma (2.9.0)
- rack (>= 1.1, < 2.0)
- puma (2.9.0-java)
- rack (>= 1.1, < 2.0)
- rack (1.5.2)
- rack-protection (1.5.3)
- rack
- rack-test (0.6.2)
- rack (>= 1.0)
- raindrops (0.13.0)
- sinatra (1.4.5)
- rack (~> 1.4)
- rack-protection (~> 1.4)
- tilt (~> 1.3, >= 1.3.4)
- sinatra-activerecord (2.0.2)
- activerecord (>= 3.2)
- sinatra (~> 1.0)
- sinatra-contrib (1.4.2)
- backports (>= 2.0)
- multi_json
- rack-protection
- rack-test
- sinatra (~> 1.4.0)
- tilt (~> 1.3)
- slim (2.0.3)
- temple (~> 0.6.6)
- tilt (>= 1.3.3, < 2.1)
- temple (0.6.8)
- thin (1.6.2)
- daemons (>= 1.0.9)
- eventmachine (>= 1.0.0)
- rack (>= 1.0.0)
- thread_safe (0.3.4)
- thread_safe (0.3.4-java)
- tilt (1.4.1)
- torqbox (0.1.7-java)
- rack (>= 1.4.0, < 2.0)
- trinidad (1.4.6)
- jruby-rack (~> 1.1.13)
- trinidad_jars (>= 1.3.0, < 1.5.0)
- trinidad_jars (1.4.0)
- 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)
- sinatra (= 1.4.5)
- sinatra-activerecord (= 2.0.2)
- sinatra-contrib (= 1.4.2)
- slim (= 2.0.3)
- thin (= 1.6.2)
- torqbox (= 0.1.7)
- trinidad (= 1.4.6)
- unicorn (= 4.8.3)
|