Skip to content

Commit ab7700d

Browse files
author
Keith Gabryelski
committed
bump version for bundle update
1 parent b17ed65 commit ab7700d

File tree

2 files changed

+55
-51
lines changed

2 files changed

+55
-51
lines changed

Gemfile.lock

Lines changed: 54 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
partitioned (1.1.4)
4+
partitioned (1.1.9)
5+
activerecord-redshift-adapter
56
bulk_data_methods (= 1.0.0)
67
pg
78
rails (>= 3.2.8)
@@ -10,103 +11,106 @@ PATH
1011
GEM
1112
remote: http://rubygems.org/
1213
specs:
13-
actionmailer (3.2.11)
14-
actionpack (= 3.2.11)
15-
mail (~> 2.4.4)
16-
actionpack (3.2.11)
17-
activemodel (= 3.2.11)
18-
activesupport (= 3.2.11)
14+
actionmailer (3.2.13)
15+
actionpack (= 3.2.13)
16+
mail (~> 2.5.3)
17+
actionpack (3.2.13)
18+
activemodel (= 3.2.13)
19+
activesupport (= 3.2.13)
1920
builder (~> 3.0.0)
2021
erubis (~> 2.7.0)
2122
journey (~> 1.0.4)
22-
rack (~> 1.4.0)
23+
rack (~> 1.4.5)
2324
rack-cache (~> 1.2)
2425
rack-test (~> 0.6.1)
2526
sprockets (~> 2.2.1)
26-
activemodel (3.2.11)
27-
activesupport (= 3.2.11)
27+
activemodel (3.2.13)
28+
activesupport (= 3.2.13)
2829
builder (~> 3.0.0)
29-
activerecord (3.2.11)
30-
activemodel (= 3.2.11)
31-
activesupport (= 3.2.11)
30+
activerecord (3.2.13)
31+
activemodel (= 3.2.13)
32+
activesupport (= 3.2.13)
3233
arel (~> 3.0.2)
3334
tzinfo (~> 0.3.29)
34-
activeresource (3.2.11)
35-
activemodel (= 3.2.11)
36-
activesupport (= 3.2.11)
37-
activesupport (3.2.11)
38-
i18n (~> 0.6)
35+
activerecord-redshift-adapter (0.9.0)
36+
pg
37+
rails (>= 3.0.0)
38+
activeresource (3.2.13)
39+
activemodel (= 3.2.13)
40+
activesupport (= 3.2.13)
41+
activesupport (3.2.13)
42+
i18n (= 0.6.1)
3943
multi_json (~> 1.0)
4044
arel (3.0.2)
4145
builder (3.0.4)
4246
bulk_data_methods (1.0.0)
4347
pg
4448
rails (>= 3.0.0)
4549
rspec-rails
46-
diff-lcs (1.1.3)
50+
diff-lcs (1.2.4)
4751
erubis (2.7.0)
48-
hike (1.2.1)
52+
hike (1.2.2)
4953
i18n (0.6.1)
5054
journey (1.0.4)
51-
jquery-rails (2.2.0)
55+
jquery-rails (2.2.1)
5256
railties (>= 3.0, < 5.0)
5357
thor (>= 0.14, < 2.0)
54-
json (1.7.6)
55-
mail (2.4.4)
58+
json (1.7.7)
59+
mail (2.5.3)
5660
i18n (>= 0.4.0)
5761
mime-types (~> 1.16)
5862
treetop (~> 1.4.8)
59-
mime-types (1.20.1)
60-
multi_json (1.5.0)
61-
pg (0.14.1)
63+
mime-types (1.23)
64+
multi_json (1.7.2)
65+
pg (0.15.1)
6266
polyglot (0.3.3)
63-
rack (1.4.4)
67+
rack (1.4.5)
6468
rack-cache (1.2)
6569
rack (>= 0.4)
6670
rack-ssl (1.3.3)
6771
rack
6872
rack-test (0.6.2)
6973
rack (>= 1.0)
70-
rails (3.2.11)
71-
actionmailer (= 3.2.11)
72-
actionpack (= 3.2.11)
73-
activerecord (= 3.2.11)
74-
activeresource (= 3.2.11)
75-
activesupport (= 3.2.11)
74+
rails (3.2.13)
75+
actionmailer (= 3.2.13)
76+
actionpack (= 3.2.13)
77+
activerecord (= 3.2.13)
78+
activeresource (= 3.2.13)
79+
activesupport (= 3.2.13)
7680
bundler (~> 1.0)
77-
railties (= 3.2.11)
78-
railties (3.2.11)
79-
actionpack (= 3.2.11)
80-
activesupport (= 3.2.11)
81+
railties (= 3.2.13)
82+
railties (3.2.13)
83+
actionpack (= 3.2.13)
84+
activesupport (= 3.2.13)
8185
rack-ssl (~> 1.3.2)
8286
rake (>= 0.8.7)
8387
rdoc (~> 3.4)
8488
thor (>= 0.14.6, < 2.0)
85-
rake (10.0.3)
86-
rdoc (3.12)
89+
rake (10.0.4)
90+
rdoc (3.12.2)
8791
json (~> 1.4)
88-
rspec-core (2.12.2)
89-
rspec-expectations (2.12.1)
90-
diff-lcs (~> 1.1.3)
91-
rspec-mocks (2.12.2)
92-
rspec-rails (2.12.2)
92+
rspec-core (2.13.1)
93+
rspec-expectations (2.13.0)
94+
diff-lcs (>= 1.1.3, < 2.0)
95+
rspec-mocks (2.13.1)
96+
rspec-rails (2.13.0)
9397
actionpack (>= 3.0)
9498
activesupport (>= 3.0)
9599
railties (>= 3.0)
96-
rspec-core (~> 2.12.0)
97-
rspec-expectations (~> 2.12.0)
98-
rspec-mocks (~> 2.12.0)
100+
rspec-core (~> 2.13.0)
101+
rspec-expectations (~> 2.13.0)
102+
rspec-mocks (~> 2.13.0)
99103
sprockets (2.2.2)
100104
hike (~> 1.2)
101105
multi_json (~> 1.0)
102106
rack (~> 1.0)
103107
tilt (~> 1.1, != 1.3.0)
104-
thor (0.17.0)
105-
tilt (1.3.3)
108+
thor (0.18.1)
109+
tilt (1.3.7)
106110
treetop (1.4.12)
107111
polyglot
108112
polyglot (>= 0.3.1)
109-
tzinfo (0.3.35)
113+
tzinfo (0.3.37)
110114

111115
PLATFORMS
112116
ruby

lib/partitioned/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Partitioned
22
# the current version of this gem
3-
VERSION = "1.1.9"
3+
VERSION = "1.1.10"
44
end

0 commit comments

Comments
 (0)