summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-04-07 18:27:15 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-04-07 18:27:15 -0600
commit69afbbb6e64da1d790b9003870ce526fae1e9f33 (patch)
tree89474857fcf2581e2ca62e478e8dfc1ff5a759a4 /Gemfile
parentf978a59f67e90cbd7926bd83119acc573041ea07 (diff)
drop exceptions and workarounds for Ruby < 2.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Gemfile b/Gemfile
index 4d0fab5f..fb25f52d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,18 +3,6 @@ source 'https://rubygems.org'
# Look in asciidoctor-pdf.gemspec for runtime and development dependencies
gemspec
-if (ruby_version = Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.1.0')
- if ruby_version < (Gem::Version.new '2.0.0')
- gem 'addressable', '2.4.0'
- gem 'prawn', '1.3.0'
- gem 'prawn-svg', '0.21.0'
- gem 'rake', '12.2.1'
- else
- gem 'prawn', '2.1.0'
- gem 'prawn-svg', '0.26.0'
- end
-end
-
group :examples do
gem 'rouge', '2.2.1'
# Add unicode (preferred) or activesupport to transform case of text containing multibyte chars on Ruby < 2.4