Skip to content

Commit 92409d9

Browse files
committed
Use Gemfile for development dependencies
1 parent 6bfa525 commit 92409d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- ruby -*-
22
#
3-
# Copyright (C) 2017 Kouhei Sutou <[email protected]>
3+
# Copyright (C) 2017-2024 Sutou Kouhei <[email protected]>
44
#
55
# This library is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU Lesser General Public
@@ -20,6 +20,12 @@ source "https://rubygems.org/"
2020

2121
gemspec
2222

23+
gem "bundler"
24+
gem "kramdown"
25+
gem "packnga"
26+
gem "rake"
27+
gem "test-unit"
28+
2329
base_dir = File.dirname(__FILE__)
2430
local_chupa_text_dir = File.join(base_dir, "..", "chupa-text")
2531
if File.exist?(local_chupa_text_dir)

chupa-text-decomposer-webkit.gemspec

-6
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,4 @@ Gem::Specification.new do |spec|
4444

4545
spec.add_runtime_dependency("chupa-text", ">= 1.0.7")
4646
spec.add_runtime_dependency("webkit2-gtk", ">= 3.1.7")
47-
48-
spec.add_development_dependency("bundler")
49-
spec.add_development_dependency("rake")
50-
spec.add_development_dependency("test-unit")
51-
spec.add_development_dependency("packnga")
52-
spec.add_development_dependency("kramdown")
5347
end

0 commit comments

Comments
 (0)