comparison Gemfile.lock @ 379:2ad092e60975

[mq]: new-design
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 02:35:12 +0900
parents 117accbc72c3
children 851432f21603
comparison
equal deleted inserted replaced
378:e84276bf344a 379:2ad092e60975
28 builder (~> 3.1) 28 builder (~> 3.1)
29 activerecord (4.2.1) 29 activerecord (4.2.1)
30 activemodel (= 4.2.1) 30 activemodel (= 4.2.1)
31 activesupport (= 4.2.1) 31 activesupport (= 4.2.1)
32 arel (~> 6.0) 32 arel (~> 6.0)
33 activerecord-jdbc-adapter (1.3.16)
34 activerecord (>= 2.2)
35 activerecord-jdbcpostgresql-adapter (1.3.16)
36 activerecord-jdbc-adapter (~> 1.3.16)
37 jdbc-postgres (>= 9.1)
38 activesupport (4.2.1) 33 activesupport (4.2.1)
39 i18n (~> 0.7) 34 i18n (~> 0.7)
40 json (~> 1.7, >= 1.7.7) 35 json (~> 1.7, >= 1.7.7)
41 minitest (~> 5.1) 36 minitest (~> 5.1)
42 thread_safe (~> 0.3, >= 0.3.4) 37 thread_safe (~> 0.3, >= 0.3.4)
43 tzinfo (~> 1.1) 38 tzinfo (~> 1.1)
44 arel (6.0.0) 39 arel (6.0.0)
45 autoprefixer-rails (5.2.0) 40 autoprefixer-rails (5.2.0)
46 execjs 41 execjs
47 json 42 json
48 bootstrap-sass (3.3.4.1)
49 autoprefixer-rails (>= 5.0.0.1)
50 sass (>= 3.2.19)
51 builder (3.2.2) 43 builder (3.2.2)
52 coffee-rails (4.1.0) 44 coffee-rails (4.1.0)
53 coffee-script (>= 2.2.0) 45 coffee-script (>= 2.2.0)
54 railties (>= 4.0.0, < 5.0) 46 railties (>= 4.0.0, < 5.0)
55 coffee-script (2.4.1) 47 coffee-script (2.4.1)
59 erubis (2.7.0) 51 erubis (2.7.0)
60 execjs (2.5.2) 52 execjs (2.5.2)
61 globalid (0.3.5) 53 globalid (0.3.5)
62 activesupport (>= 4.1.0) 54 activesupport (>= 4.1.0)
63 i18n (0.7.0) 55 i18n (0.7.0)
64 jdbc-postgres (9.4.1200)
65 jquery-rails (4.0.3) 56 jquery-rails (4.0.3)
66 rails-dom-testing (~> 1.0) 57 rails-dom-testing (~> 1.0)
67 railties (>= 4.2.0) 58 railties (>= 4.2.0)
68 thor (>= 0.14, < 2.0) 59 thor (>= 0.14, < 2.0)
69 jruby-openssl (0.9.7-java)
70 json (1.8.3) 60 json (1.8.3)
71 json (1.8.3-java)
72 loofah (2.0.2) 61 loofah (2.0.2)
73 nokogiri (>= 1.5.9) 62 nokogiri (>= 1.5.9)
74 mail (2.6.3) 63 mail (2.6.3)
75 mime-types (>= 1.16, < 3) 64 mime-types (>= 1.16, < 3)
76 mime-types (2.6.1) 65 mime-types (2.6.1)
77 mini_portile (0.6.2) 66 mini_portile (0.6.2)
78 minitest (5.7.0) 67 minitest (5.7.0)
79 newrelic_rpm (3.12.0.288) 68 newrelic_rpm (3.12.0.288)
80 nokogiri (1.6.6.2) 69 nokogiri (1.6.6.2)
81 mini_portile (~> 0.6.0) 70 mini_portile (~> 0.6.0)
82 nokogiri (1.6.6.2-java)
83 pg (0.18.2) 71 pg (0.18.2)
84 quiet_assets (1.1.0) 72 quiet_assets (1.1.0)
85 railties (>= 3.1, < 5.0) 73 railties (>= 3.1, < 5.0)
86 rack (1.6.1) 74 rack (1.6.1)
87 rack-test (0.6.3) 75 rack-test (0.6.3)
122 rack (~> 1.0) 110 rack (~> 1.0)
123 sprockets-rails (2.3.1) 111 sprockets-rails (2.3.1)
124 actionpack (>= 3.0) 112 actionpack (>= 3.0)
125 activesupport (>= 3.0) 113 activesupport (>= 3.0)
126 sprockets (>= 2.8, < 4.0) 114 sprockets (>= 2.8, < 4.0)
127 therubyrhino (2.0.4)
128 therubyrhino_jar (>= 1.7.3)
129 therubyrhino_jar (1.7.6)
130 thor (0.19.1) 115 thor (0.19.1)
131 thread_safe (0.3.5) 116 thread_safe (0.3.5)
132 thread_safe (0.3.5-java)
133 tilt (1.4.1) 117 tilt (1.4.1)
134 tzinfo (1.2.2) 118 tzinfo (1.2.2)
135 thread_safe (~> 0.1) 119 thread_safe (~> 0.1)
136 uglifier (2.7.1) 120 uglifier (2.7.1)
137 execjs (>= 0.3.0) 121 execjs (>= 0.3.0)
138 json (>= 1.8.0) 122 json (>= 1.8.0)
139 123
140 PLATFORMS 124 PLATFORMS
141 java
142 ruby 125 ruby
143 126
144 DEPENDENCIES 127 DEPENDENCIES
145 activerecord-jdbcpostgresql-adapter 128 activerecord-jdbcpostgresql-adapter
146 bootstrap-sass 129 autoprefixer-rails
147 coffee-rails (~> 4.1.0) 130 coffee-rails (~> 4.1.0)
148 jquery-rails 131 jquery-rails
149 jruby-openssl 132 jruby-openssl
150 newrelic_rpm 133 newrelic_rpm
151 pg 134 pg