Skip to content

Commit cf0f1eb

Browse files
authored
Merge pull request #763 from tdiary/update_bundles
update bundles
2 parents d7808d8 + a66535a commit cf0f1eb

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
6-
byebug (11.0.0)
6+
byebug (11.0.1)
77
capybara (3.15.0)
88
addressable
99
mini_mime (>= 0.1.3)
@@ -57,7 +57,7 @@ GEM
5757
sawyer (~> 0.8.0, >= 0.5.3)
5858
phantomjs (2.1.1.0)
5959
pit (0.0.7)
60-
power_assert (1.1.3)
60+
power_assert (1.1.4)
6161
pry (0.12.2)
6262
coderay (~> 1.1.0)
6363
method_source (~> 0.9.0)
@@ -105,7 +105,7 @@ GEM
105105
sqlite3 (1.4.0)
106106
term-ansicolor (1.7.1)
107107
tins (~> 1.0)
108-
test-unit (3.3.0)
108+
test-unit (3.3.1)
109109
power_assert
110110
thor (0.19.4)
111111
tins (1.20.2)

misc/paas/heroku/Gemfile.local

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '~> 2.6.0'
1+
ruby '~> 2.6.2'
22
gem 'puma', require: false
33
gem 'tdiary-io-mongodb', git: 'https://github.com/tdiary/tdiary-io-mongodb.git'
44
gem 'tdiary-contrib', git: 'https://github.com/tdiary/tdiary-contrib.git'

misc/paas/heroku/Gemfile.lock

+30-29
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
GIT
22
remote: https://github.com/tdiary/tdiary-contrib.git
3-
revision: 9855a4d315f5c053bfdbc8eeca08f62feb4a23ab
3+
revision: 30ebc3bed25adead50aba029012c7a27575c1465
44
specs:
5-
tdiary-contrib (5.0.10)
5+
tdiary-contrib (5.0.11)
66
pushbullet_ruby
77
tdiary
88

99
GIT
1010
remote: https://github.com/tdiary/tdiary-io-mongodb.git
11-
revision: 0edc87ec90f3c86c27d01b8276ae2440dfbfc278
11+
revision: 01f35dddd0d04467a2ad0404b443e4147c3c0e7b
1212
specs:
1313
tdiary-io-mongodb (5.0.3)
1414
hikidoc
1515
mongoid (~> 6.0)
16+
tdiary (>= 5.0)
1617

1718
GEM
1819
remote: https://rubygems.org/
1920
specs:
20-
activemodel (5.2.2)
21-
activesupport (= 5.2.2)
22-
activesupport (5.2.2)
21+
activemodel (5.2.3)
22+
activesupport (= 5.2.3)
23+
activesupport (5.2.3)
2324
concurrent-ruby (~> 1.0, >= 1.0.2)
2425
i18n (>= 0.7, < 2)
2526
minitest (~> 5.1)
2627
tzinfo (~> 1.1)
2728
addressable (2.5.2)
2829
public_suffix (>= 2.0.2, < 4.0)
29-
bson (4.3.0)
30-
byebug (10.0.2)
31-
capybara (3.12.0)
30+
bson (4.4.2)
31+
byebug (11.0.1)
32+
capybara (3.15.0)
3233
addressable
3334
mini_mime (>= 0.1.3)
3435
nokogiri (~> 1.8)
@@ -41,28 +42,28 @@ GEM
4142
coderay (1.1.2)
4243
commonmarker (0.18.2)
4344
ruby-enum (~> 0.5)
44-
concurrent-ruby (1.1.4)
45+
concurrent-ruby (1.1.5)
4546
coveralls (0.8.22)
4647
json (>= 1.8, < 3)
4748
simplecov (~> 0.16.1)
4849
term-ansicolor (~> 1.3)
4950
thor (~> 0.19.4)
5051
tins (~> 1.6)
51-
dalli (2.7.9)
52+
dalli (2.7.10)
5253
debase (0.2.2)
5354
debase-ruby_core_source (>= 0.10.2)
54-
debase-ruby_core_source (0.10.3)
55+
debase-ruby_core_source (0.10.4)
5556
diff-lcs (1.3)
5657
docile (1.3.1)
5758
emot (0.0.4)
5859
thor
5960
faraday (0.15.4)
6061
multipart-post (>= 1.2, < 3)
6162
fastimage (2.1.5)
62-
ffi (1.9.25)
63+
ffi (1.10.0)
6364
hashie (3.6.0)
6465
hikidoc (0.1.0)
65-
i18n (1.3.0)
66+
i18n (1.6.0)
6667
concurrent-ruby (~> 1.0)
6768
idn-ruby (0.1.0)
6869
jasmine (2.99.0)
@@ -71,7 +72,7 @@ GEM
7172
rack (>= 1.2.1)
7273
rake
7374
jasmine-core (2.99.2)
74-
json (2.1.0)
75+
json (2.2.0)
7576
launchy (2.4.3)
7677
addressable (~> 2.3)
7778
mail (2.7.1)
@@ -84,13 +85,13 @@ GEM
8485
mini_mime (1.0.1)
8586
mini_portile2 (2.4.0)
8687
minitest (5.11.3)
87-
mongo (2.6.2)
88-
bson (>= 4.3.0, < 5.0.0)
88+
mongo (2.8.0)
89+
bson (>= 4.4.2, < 5.0.0)
8990
mongoid (6.4.2)
9091
activemodel (>= 5.1, < 6.0.0)
9192
mongo (>= 2.5.1, < 3.0.0)
9293
multipart-post (2.0.0)
93-
nokogiri (1.9.1)
94+
nokogiri (1.10.2)
9495
mini_portile2 (~> 2.4.0)
9596
oauth (0.5.4)
9697
octokit (4.13.0)
@@ -106,15 +107,15 @@ GEM
106107
rack
107108
phantomjs (2.1.1.0)
108109
pit (0.0.7)
109-
power_assert (1.1.3)
110+
power_assert (1.1.4)
110111
pry (0.12.2)
111112
coderay (~> 1.1.0)
112113
method_source (~> 0.9.0)
113-
pry-byebug (3.6.0)
114-
byebug (~> 10.0)
114+
pry-byebug (3.7.0)
115+
byebug (~> 11.0)
115116
pry (~> 0.10)
116117
public_suffix (3.0.3)
117-
puma (3.12.0)
118+
puma (3.12.1)
118119
pushbullet_ruby (1.1.4)
119120
faraday (>= 0.13.0, < 1.0)
120121
mime-types
@@ -152,7 +153,7 @@ GEM
152153
selenium-webdriver (3.141.0)
153154
childprocess (~> 0.5)
154155
rubyzip (~> 1.2, >= 1.2.2)
155-
sequel (5.15.0)
156+
sequel (5.18.0)
156157
simplecov (0.16.1)
157158
docile (~> 1.1)
158159
json (>= 1.8, < 3)
@@ -161,8 +162,8 @@ GEM
161162
sprockets (3.7.2)
162163
concurrent-ruby (~> 1.0)
163164
rack (> 1, < 3)
164-
sqlite3 (1.3.13)
165-
tdiary (5.0.10)
165+
sqlite3 (1.4.0)
166+
tdiary (5.0.11)
166167
bundler (~> 1.3)
167168
emot
168169
fastimage
@@ -172,15 +173,15 @@ GEM
172173
rake
173174
sprockets
174175
thor
175-
tdiary-style-gfm (1.1.0)
176+
tdiary-style-gfm (1.2.0)
176177
commonmarker
177178
emot
178179
twitter-text (>= 2.0)
179180
tdiary-style-rd (0.0.3)
180181
rdtool
181-
term-ansicolor (1.7.0)
182+
term-ansicolor (1.7.1)
182183
tins (~> 1.0)
183-
test-unit (3.2.9)
184+
test-unit (3.3.1)
184185
power_assert
185186
thor (0.19.4)
186187
thread_safe (0.3.6)
@@ -235,7 +236,7 @@ DEPENDENCIES
235236
test-unit
236237

237238
RUBY VERSION
238-
ruby 2.6.0p0
239+
ruby 2.6.2p47
239240

240241
BUNDLED WITH
241242
1.17.2

0 commit comments

Comments
 (0)