aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-01-04 15:42:27 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-01-04 15:42:27 +0100
commitee11b552b4079754d0a69413d166d06d59951fcc (patch)
treea0d74572e24280432a177bce1e55fb6b2ea32a22
parentd7dcc626d26a61425609476f8b802ed5ae8d3616 (diff)
downloadpdf-calendars-ee11b552b4079754d0a69413d166d06d59951fcc.tar.gz
pdf-calendars-ee11b552b4079754d0a69413d166d06d59951fcc.tar.bz2
pdf-calendars-ee11b552b4079754d0a69413d166d06d59951fcc.zip
Update deps
-rw-r--r--Gemfile8
-rw-r--r--Gemfile.lock41
2 files changed, 27 insertions, 22 deletions
diff --git a/Gemfile b/Gemfile
index 7bea097..bae852a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
-gem 'prawn', '~> 1.3.0'
+gem 'prawn', '~> 2.2.0'
gem 'prawn-table', '~> 0.2.1'
-gem 'rake', '~> 10.4.2'
-gem 'activesupport', '~> 4.2.0'
+gem 'rake', '~> 13.0.0'
+gem 'activesupport', '~> 6.0.0'
group :development, :test do
gem 'rspec', '~> 3.1.0'
@@ -11,4 +11,4 @@ end
group :test do
gem 'rspec_junit_formatter', '~> 0.2.0'
-end \ No newline at end of file
+end
diff --git a/Gemfile.lock b/Gemfile.lock
index 08a20b7..ab410e9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,23 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.2.0)
- i18n (~> 0.7)
- json (~> 1.7, >= 1.7.7)
+ activesupport (6.0.2.1)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
- thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
+ zeitwerk (~> 2.2)
builder (3.2.2)
+ concurrent-ruby (1.1.5)
diff-lcs (1.2.5)
- i18n (0.7.0)
- json (1.8.1)
- minitest (5.5.0)
- pdf-core (0.4.0)
- prawn (1.3.0)
- pdf-core (~> 0.4.0)
- ttfunk (~> 1.4.0)
+ i18n (1.7.0)
+ concurrent-ruby (~> 1.0)
+ minitest (5.13.0)
+ pdf-core (0.7.0)
+ prawn (2.2.2)
+ pdf-core (~> 0.7.0)
+ ttfunk (~> 1.5)
prawn-table (0.2.1)
- rake (10.4.2)
+ rake (13.0.1)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
@@ -34,18 +35,22 @@ GEM
builder (< 4)
rspec (>= 2, < 4)
rspec-core (!= 2.12.0)
- thread_safe (0.3.4)
- ttfunk (1.4.0)
- tzinfo (1.2.2)
+ thread_safe (0.3.6)
+ ttfunk (1.6.0)
+ tzinfo (1.2.6)
thread_safe (~> 0.1)
+ zeitwerk (2.2.2)
PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 4.2.0)
- prawn (~> 1.3.0)
+ activesupport (~> 6.0.0)
+ prawn (~> 2.2.0)
prawn-table (~> 0.2.1)
- rake (~> 10.4.2)
+ rake (~> 13.0.0)
rspec (~> 3.1.0)
rspec_junit_formatter (~> 0.2.0)
+
+BUNDLED WITH
+ 2.0.2