File tree Expand file tree Collapse file tree 3 files changed +51
-52
lines changed Expand file tree Collapse file tree 3 files changed +51
-52
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ Gem::Specification.new do |s|
2727
2828 if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
2929 s . add_runtime_dependency ( %q<rake> , [ "~> 10.4" ] )
30- s . add_runtime_dependency ( %q<activerecord> , [ ">= 2.3.0 " , "<= 4.3" ] )
30+ s . add_runtime_dependency ( %q<activerecord> , [ ">= 3.2 " , "<= 4.3" ] )
3131 else
3232 s . add_dependency ( %q<rake> , [ "~> 10.4" ] )
33- s . add_dependency ( %q<activerecord> , [ ">= 2.3.0 " , "<= 4.3" ] )
33+ s . add_dependency ( %q<activerecord> , [ ">= 3.2 " , "<= 4.3" ] )
3434 end
3535 else
3636 s . add_dependency ( %q<rake> , [ ">= 0.8.7" ] )
37- s . add_dependency ( %q<activerecord> , [ ">= 2.3.0 " , "<= 4.3" ] )
37+ s . add_dependency ( %q<activerecord> , [ ">= 3.2 " , "<= 4.3" ] )
3838 end
3939end
Original file line number Diff line number Diff line change 11PATH
22 remote: ../../..
33 specs:
4- annotate (2.6.5 )
5- activerecord (>= 2.3.0 )
6- rake (>= 0.8.7 )
4+ annotate (2.6.6 )
5+ activerecord (>= 3.2 , <= 4.3 )
6+ rake (~> 10.4 )
77
88GEM
99 remote: https://rubygems.org/
4242 coffee-script (2.3.0 )
4343 coffee-script-source
4444 execjs
45- coffee-script-source (1.7 .1 )
45+ coffee-script-source (1.9 .1 )
4646 erubis (2.7.0 )
47- execjs (2.2.1 )
47+ execjs (2.4.0 )
4848 hike (1.2.3 )
49- i18n (0.6.11 )
50- jbuilder (2.1.3 )
49+ i18n (0.7.0 )
50+ jbuilder (2.2.11 )
5151 activesupport (>= 3.0.0 , < 5 )
5252 multi_json (~> 1.2 )
53- jquery-rails (3.1.1 )
53+ jquery-rails (3.1.2 )
5454 railties (>= 3.0 , < 5.0 )
5555 thor (>= 0.14 , < 2.0 )
56- json (1.8.1 )
56+ json (1.8.2 )
5757 mail (2.5.4 )
5858 mime-types (~> 1.16 )
5959 treetop (~> 1.4.8 )
6060 mime-types (1.25.1 )
61- minitest (5.4.0 )
62- multi_json (1.10.1 )
61+ minitest (5.5.1 )
62+ multi_json (1.11.0 )
6363 polyglot (0.3.5 )
6464 rack (1.5.2 )
65- rack-test (0.6.2 )
65+ rack-test (0.6.3 )
6666 rack (>= 1.0 )
6767 rails (4.1.1 )
6868 actionmailer (= 4.1.1 )
8181 activesupport (= 4.1.1 )
8282 rake (>= 0.8.7 )
8383 thor (>= 0.18.1 , < 2.0 )
84- rake (10.3 .2 )
85- rdoc (4.1.1 )
84+ rake (10.4 .2 )
85+ rdoc (4.2.0 )
8686 json (~> 1.4 )
8787 sass (3.2.19 )
88- sass-rails (4.0.3 )
88+ sass-rails (4.0.5 )
8989 railties (>= 4.0.0 , < 5.0 )
90- sass (~> 3.2.0 )
91- sprockets (~> 2.8 , <= 2.11 .0 )
90+ sass (~> 3.2.2 )
91+ sprockets (~> 2.8 , < 3 .0 )
9292 sprockets-rails (~> 2.0 )
93- sdoc (0.4.0 )
94- json (~> 1.8 )
95- rdoc (~> 4.0 , < 5.0 )
96- spring (1.1 .3 )
97- sprockets (2.11.0 )
93+ sdoc (0.4.1 )
94+ json (~> 1.7 , >= 1.7.7 )
95+ rdoc (~> 4.0 )
96+ spring (1.3 .3 )
97+ sprockets (2.12.3 )
9898 hike (~> 1.2 )
9999 multi_json (~> 1.0 )
100100 rack (~> 1.0 )
101101 tilt (~> 1.1 , != 1.3.0 )
102- sprockets-rails (2.1.3 )
102+ sprockets-rails (2.2.4 )
103103 actionpack (>= 3.0 )
104104 activesupport (>= 3.0 )
105- sprockets (~> 2.8 )
106- sqlite3 (1.3.9 )
105+ sprockets (>= 2.8 , < 4.0 )
106+ sqlite3 (1.3.10 )
107107 thor (0.19.1 )
108108 thread_safe (0.3.4 )
109109 tilt (1.4.1 )
110110 treetop (1.4.15 )
111- polyglot
112- polyglot (>= 0.3.1 )
113- turbolinks (2.2.2 )
111+ polyglot (>= 0.3.1 )
112+ turbolinks (2.5.3 )
114113 coffee-rails
115- tzinfo (1.2.1 )
114+ tzinfo (1.2.2 )
116115 thread_safe (~> 0.1 )
117- uglifier (2.5.3 )
116+ uglifier (2.7.1 )
118117 execjs (>= 0.3.0 )
119118 json (>= 1.8.0 )
120119
Original file line number Diff line number Diff line change 11PATH
22 remote: ../../..
33 specs:
4- annotate (2.6.5 )
5- activerecord (>= 2.3.0 )
6- rake (>= 0.8.7 )
4+ annotate (2.6.6 )
5+ activerecord (>= 3.2 , <= 4.3 )
6+ rake (~> 10.4 )
77
88GEM
99 remote: https://rubygems.org/
5151 coffee-script (2.3.0 )
5252 coffee-script-source
5353 execjs
54- coffee-script-source (1.8.0 )
54+ coffee-script-source (1.9.1 )
5555 erubis (2.7.0 )
56- execjs (2.2.2 )
57- globalid (0.3.0 )
56+ execjs (2.4.0 )
57+ globalid (0.3.3 )
5858 activesupport (>= 4.1.0 )
5959 hike (1.2.3 )
6060 i18n (0.7.0 )
61- jbuilder (2.2.6 )
61+ jbuilder (2.2.11 )
6262 activesupport (>= 3.0.0 , < 5 )
6363 multi_json (~> 1.2 )
64- jquery-rails (4.0.2 )
64+ jquery-rails (4.0.3 )
6565 rails-dom-testing (~> 1.0 )
6666 railties (>= 4.2.0 )
6767 thor (>= 0.14 , < 2.0 )
68- json (1.8.1 )
68+ json (1.8.2 )
6969 loofah (2.0.1 )
7070 nokogiri (>= 1.5.9 )
7171 mail (2.6.3 )
7272 mime-types (>= 1.16 , < 3 )
7373 mime-types (2.4.3 )
74- mini_portile (0.6.1 )
75- minitest (5.5.0 )
76- multi_json (1.10.1 )
77- nokogiri (1.6.5 )
74+ mini_portile (0.6.2 )
75+ minitest (5.5.1 )
76+ multi_json (1.11.0 )
77+ nokogiri (1.6.6.2 )
7878 mini_portile (~> 0.6.0 )
7979 rack (1.6.0 )
80- rack-test (0.6.2 )
80+ rack-test (0.6.3 )
8181 rack (>= 1.0 )
8282 rails (4.2.0 )
8383 actionmailer (= 4.2.0 )
108108 rake (10.4.2 )
109109 rdoc (4.2.0 )
110110 json (~> 1.4 )
111- sass (3.4.9 )
112- sass-rails (5.0.0 )
111+ sass (3.4.13 )
112+ sass-rails (5.0.1 )
113113 railties (>= 4.0.0 , < 5.0 )
114114 sass (~> 3.1 )
115115 sprockets (>= 2.8 , < 4.0 )
@@ -118,13 +118,13 @@ GEM
118118 sdoc (0.4.1 )
119119 json (~> 1.7 , >= 1.7.7 )
120120 rdoc (~> 4.0 )
121- spring (1.2.0 )
121+ spring (1.3.3 )
122122 sprockets (2.12.3 )
123123 hike (~> 1.2 )
124124 multi_json (~> 1.0 )
125125 rack (~> 1.0 )
126126 tilt (~> 1.1 , != 1.3.0 )
127- sprockets-rails (2.2.2 )
127+ sprockets-rails (2.2.4 )
128128 actionpack (>= 3.0 )
129129 activesupport (>= 3.0 )
130130 sprockets (>= 2.8 , < 4.0 )
136136 coffee-rails
137137 tzinfo (1.2.2 )
138138 thread_safe (~> 0.1 )
139- uglifier (2.6.0 )
139+ uglifier (2.7.1 )
140140 execjs (>= 0.3.0 )
141141 json (>= 1.8.0 )
142142
You can’t perform that action at this time.
0 commit comments