comparison Gemfile.lock @ 80:b1de54c37b70

Added support for jruby.
author Edho Arief <edho@myconan.net>
date Mon, 15 Oct 2012 03:32:06 -0700
parents 85e9dc5df11c
children d727fac4d4e5
comparison
equal deleted inserted replaced
79:50b8738d6428 80:b1de54c37b70
20 activerecord (3.2.8) 20 activerecord (3.2.8)
21 activemodel (= 3.2.8) 21 activemodel (= 3.2.8)
22 activesupport (= 3.2.8) 22 activesupport (= 3.2.8)
23 arel (~> 3.0.2) 23 arel (~> 3.0.2)
24 tzinfo (~> 0.3.29) 24 tzinfo (~> 0.3.29)
25 activerecord-jdbc-adapter (1.2.2)
26 activerecord-jdbcmysql-adapter (1.2.2)
27 activerecord-jdbc-adapter (~> 1.2.2)
28 jdbc-mysql (~> 5.1.0)
25 activeresource (3.2.8) 29 activeresource (3.2.8)
26 activemodel (= 3.2.8) 30 activemodel (= 3.2.8)
27 activesupport (= 3.2.8) 31 activesupport (= 3.2.8)
28 activesupport (3.2.8) 32 activesupport (3.2.8)
29 i18n (~> 0.6) 33 i18n (~> 0.6)
30 multi_json (~> 1.0) 34 multi_json (~> 1.0)
31 arel (3.0.2) 35 arel (3.0.2)
36 bouncy-castle-java (1.5.0146.1)
32 builder (3.0.3) 37 builder (3.0.3)
33 erubis (2.7.0) 38 erubis (2.7.0)
34 execjs (1.4.0) 39 execjs (1.4.0)
35 multi_json (~> 1.0) 40 multi_json (~> 1.0)
36 hike (1.2.1) 41 hike (1.2.1)
37 i18n (0.6.1) 42 i18n (0.6.1)
43 jdbc-mysql (5.1.13)
38 journey (1.0.4) 44 journey (1.0.4)
39 jquery-rails (2.1.3) 45 jquery-rails (2.1.3)
40 railties (>= 3.1.0, < 5.0) 46 railties (>= 3.1.0, < 5.0)
41 thor (~> 0.14) 47 thor (~> 0.14)
48 jruby-openssl (0.7.7)
49 bouncy-castle-java (>= 1.5.0146.1)
42 json (1.7.5) 50 json (1.7.5)
51 json (1.7.5-java)
43 kgio (2.7.4) 52 kgio (2.7.4)
44 mail (2.4.4) 53 mail (2.4.4)
45 i18n (>= 0.4.0) 54 i18n (>= 0.4.0)
46 mime-types (~> 1.16) 55 mime-types (~> 1.16)
47 treetop (~> 1.4.8) 56 treetop (~> 1.4.8)
49 multi_json (1.3.6) 58 multi_json (1.3.6)
50 mysql2 (0.3.11) 59 mysql2 (0.3.11)
51 newrelic_rpm (3.4.2.1) 60 newrelic_rpm (3.4.2.1)
52 polyglot (0.3.3) 61 polyglot (0.3.3)
53 puma (1.6.3) 62 puma (1.6.3)
63 rack (~> 1.2)
64 puma (1.6.3-java)
54 rack (~> 1.2) 65 rack (~> 1.2)
55 rack (1.4.1) 66 rack (1.4.1)
56 rack-cache (1.2) 67 rack-cache (1.2)
57 rack (>= 0.4) 68 rack (>= 0.4)
58 rack-ssl (1.3.2) 69 rack-ssl (1.3.2)
100 kgio (~> 2.6) 111 kgio (~> 2.6)
101 rack 112 rack
102 raindrops (~> 0.7) 113 raindrops (~> 0.7)
103 114
104 PLATFORMS 115 PLATFORMS
116 java
105 ruby 117 ruby
106 118
107 DEPENDENCIES 119 DEPENDENCIES
120 activerecord-jdbcmysql-adapter
108 jquery-rails 121 jquery-rails
122 jruby-openssl
109 json 123 json
110 mysql2 124 mysql2
111 newrelic_rpm 125 newrelic_rpm
112 puma 126 puma
113 rails (= 3.2.8) 127 rails (= 3.2.8)