From ee11b552b4079754d0a69413d166d06d59951fcc Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 4 Jan 2020 15:42:27 +0100 Subject: Update deps --- Gemfile | 8 ++++---- Gemfile.lock | 41 +++++++++++++++++++++++------------------ 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 -- cgit v1.2.3