Skip to content

Commit

Permalink
update update_bundles
Browse files Browse the repository at this point in the history
* remove version limit of rack from Gemfile (it was for ruby 2.2)
* update rack to 2.1
* remove gems for ruby 2.3
  • Loading branch information
tdtds committed Jan 14, 2020
1 parent b7cbe61 commit 6bd3bdb
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 43 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rack', '~> 2.0' # ~> 2.0 requires ruby 2.2.2 or later.
gem 'rack'
gem 'hikidoc'
gem 'fastimage'
gem 'emot'
Expand All @@ -14,13 +14,13 @@ group :development do
gem 'octokit'
gem 'mime-types'

platforms :ruby_23, :ruby_24 do
platforms :ruby_24 do
gem 'ruby-debug-ide'
gem 'debase'
end

group :test do
gem 'pry-byebug', platforms: [:ruby_23, :ruby_24]
gem 'pry-byebug', platforms: [:ruby_24]
gem 'test-unit'
gem 'rspec'
gem 'capybara', require: 'capybara/rspec'
Expand Down
45 changes: 24 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
coderay (1.1.2)
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)
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.8)
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
docile (1.3.2)
emot (0.0.4)
thor
faraday (0.17.3)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
fastimage (2.1.7)
hikidoc (0.1.0)
Expand All @@ -48,6 +48,7 @@ GEM
mime-types-data (3.2019.1009)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
multi_json (1.14.1)
multipart-post (2.1.1)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
Expand All @@ -63,8 +64,8 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.1.1)
rack (2.0.8)
public_suffix (4.0.3)
rack (2.1.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racksh (1.0.0)
Expand All @@ -73,19 +74,21 @@ GEM
rake (13.0.1)
redcarpet (3.5.0)
regexp_parser (1.6.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rspec-support (3.9.2)
ruby-debug-ide (0.7.0)
rake (>= 0.8.1)
rubyzip (2.0.0)
Expand All @@ -96,18 +99,18 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sequel (5.28.0)
simplecov (0.16.1)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
test-unit (3.3.5)
power_assert
thor (1.0.1)
tins (1.22.2)
thor (0.18.1)
tins (0.13.2)
xpath (3.2.0)
nokogiri (~> 1.8)

Expand All @@ -128,7 +131,7 @@ DEPENDENCIES
octokit
pit
pry-byebug
rack (~> 2.0)
rack
racksh
rake
redcarpet
Expand All @@ -141,4 +144,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
2.1.2
2.1.4
39 changes: 20 additions & 19 deletions misc/paas/heroku/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/tdiary/tdiary-contrib.git
revision: 4829dffbafccbd9561e5bbadc325b89a891399e0
revision: 680043284b0872104b4298f66f0e9b18c1c0c28b
specs:
tdiary-contrib (5.1.0)
pushbullet_ruby
Expand Down Expand Up @@ -44,12 +44,12 @@ GEM
commonmarker (0.20.2)
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.4.1)
debase-ruby_core_source (>= 0.10.2)
Expand All @@ -63,7 +63,7 @@ GEM
fastimage (2.1.7)
hashie (3.6.0)
hikidoc (0.1.0)
i18n (1.8.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
idn-ruby (0.1.0)
jasmine (2.99.0)
Expand All @@ -84,12 +84,13 @@ GEM
mime-types-data (3.2019.1009)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.0)
mongo (2.8.0)
bson (>= 4.4.2, < 5.0.0)
mongoid (7.0.5)
activemodel (>= 5.1, < 6.1)
mongo (>= 2.5.1, < 3.0.0)
multi_json (1.14.1)
multipart-post (2.1.1)
nio4r (2.5.2)
nokogiri (1.10.7)
Expand Down Expand Up @@ -122,7 +123,7 @@ GEM
pushbullet_ruby (1.1.4)
faraday (>= 0.13.0, < 1.0)
mime-types
rack (2.0.8)
rack (2.1.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racksh (1.0.0)
Expand All @@ -132,6 +133,8 @@ GEM
rdtool (0.6.38)
redcarpet (3.5.0)
regexp_parser (1.6.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -157,13 +160,12 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sequel (5.28.0)
simplecov (0.16.1)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.2)
sync (0.5.0)
tdiary (5.1.0)
bundler (>= 1.3, < 3.0)
emot
Expand All @@ -179,14 +181,13 @@ GEM
twitter-text (>= 2.0)
tdiary-style-rd (0.0.3)
rdtool
term-ansicolor (1.7.1)
tins (~> 1.0)
test-unit (3.3.4)
term-ansicolor (1.2.2)
tins (~> 0.8)
test-unit (3.3.5)
power_assert
thor (1.0.1)
thor (0.18.1)
thread_safe (0.3.6)
tins (1.23.0)
sync
tins (0.13.2)
twitter-text (3.0.0)
idn-ruby
unf (~> 0.1.0)
Expand Down Expand Up @@ -221,7 +222,7 @@ DEPENDENCIES
pit
pry-byebug
puma
rack (~> 2.0)
rack
racksh
rake
redcarpet
Expand Down

0 comments on commit 6bd3bdb

Please sign in to comment.