diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-01-04 15:42:27 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-01-04 15:42:27 +0100 |
commit | ee11b552b4079754d0a69413d166d06d59951fcc (patch) | |
tree | a0d74572e24280432a177bce1e55fb6b2ea32a22 /Gemfile | |
parent | d7dcc626d26a61425609476f8b802ed5ae8d3616 (diff) | |
download | pdf-calendars-ee11b552b4079754d0a69413d166d06d59951fcc.tar.gz pdf-calendars-ee11b552b4079754d0a69413d166d06d59951fcc.tar.bz2 pdf-calendars-ee11b552b4079754d0a69413d166d06d59951fcc.zip |
Update deps
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |