Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ruby to 2.6.4 on Heroku #811

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion misc/paas/heroku/Gemfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '~> 2.6.3'
ruby '~> 2.6.4'
gem 'puma', require: false
gem 'tdiary-io-mongodb', git: 'https://github.com/tdiary/tdiary-io-mongodb.git'
gem 'tdiary-contrib', git: 'https://github.com/tdiary/tdiary-contrib.git'
Expand Down
66 changes: 34 additions & 32 deletions misc/paas/heroku/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GIT
remote: https://github.com/tdiary/tdiary-contrib.git
revision: f129b250222ce032b5b6c6540e8bca3413cc4bfd
revision: 33e3db335134d4f9c51698e8d601300bd1a8afaf
specs:
tdiary-contrib (5.0.12)
tdiary-contrib (5.0.13)
pushbullet_ruby
tdiary (~> 5.0)

GIT
remote: https://github.com/tdiary/tdiary-io-mongodb.git
revision: d28835870a393597ad45c775aef8ffb45affea35
revision: 7c55edb93c9ef0faca7bddf49f292d0304e4a62f
specs:
tdiary-io-mongodb (5.0.3)
tdiary-io-mongodb (5.0.4)
hikidoc
mongo (< 2.9.0)
mongoid (~> 7.0)
Expand All @@ -30,7 +30,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
bson (4.5.0)
byebug (11.0.1)
capybara (3.24.0)
capybara (3.28.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand All @@ -44,14 +44,14 @@ GEM
commonmarker (0.20.1)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
coveralls (0.7.2)
multi_json (~> 1.3)
rest-client (= 1.6.7)
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
dalli (2.7.10)
debase (0.2.2)
debase (0.2.4)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.5)
diff-lcs (1.3)
Expand Down Expand Up @@ -82,16 +82,18 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mini_mime (1.0.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
mongo (2.8.0)
bson (>= 4.4.2, < 5.0.0)
mongoid (7.0.4)
activemodel (>= 5.1, < 6.0.0)
mongo (>= 2.5.1, < 3.0.0)
multi_json (1.13.1)
multipart-post (2.1.1)
nokogiri (1.10.3)
nio4r (2.5.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
oauth (0.5.4)
octokit (4.14.0)
Expand All @@ -107,15 +109,16 @@ GEM
rack
phantomjs (2.1.1.0)
pit (0.0.7)
power_assert (1.1.4)
power_assert (1.1.5)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.1.0)
puma (3.12.1)
public_suffix (3.1.1)
puma (4.1.0)
nio4r (~> 2.0)
pushbullet_ruby (1.1.4)
faraday (>= 0.13.0, < 1.0)
mime-types
Expand All @@ -125,15 +128,17 @@ GEM
racksh (1.0.0)
rack (>= 1.0)
rack-test (>= 0.5)
rake (12.3.2)
rake (12.3.3)
rdtool (0.6.38)
redcarpet (3.4.0)
regexp_parser (1.5.1)
redcarpet (3.5.0)
regexp_parser (1.6.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.1)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -153,14 +158,14 @@ GEM
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
sequel (5.21.0)
simplecov (0.16.1)
sequel (5.23.0)
simplecov (0.17.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.1)
tdiary (5.0.13)
tdiary (5.0.14)
bundler (>= 1.3, < 3.0)
emot
fastimage
Expand All @@ -175,13 +180,13 @@ GEM
twitter-text (>= 2.0)
tdiary-style-rd (0.0.3)
rdtool
term-ansicolor (1.7.1)
tins (~> 1.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
test-unit (3.3.3)
power_assert
thor (0.20.3)
thor (0.18.1)
thread_safe (0.3.6)
tins (1.20.3)
tins (0.13.2)
twitter-text (3.0.0)
idn-ruby
unf (~> 0.1.0)
Expand Down Expand Up @@ -232,7 +237,4 @@ DEPENDENCIES
test-unit

RUBY VERSION
ruby 2.6.3p62

BUNDLED WITH
1.17.2
ruby 2.6.4p104