Browse Source

Upgrade to ruby 2.7.1

main
Adrian Short 3 years ago
parent
commit
20f21d94c5
Signed by: adrian GPG Key ID: 4B54F9AE91AB06BB
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Gemfile
  2. +2
    -2
      Gemfile.lock

+ 1
- 1
Gemfile View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'


ruby '2.3.1'
ruby '2.7.1'


gem 'scraperwiki', :git => 'https://github.com/openaustralia/scraperwiki-ruby/', :branch => 'morph_defaults' gem 'scraperwiki', :git => 'https://github.com/openaustralia/scraperwiki-ruby/', :branch => 'morph_defaults'
gem 'petrify', '>= 0.4.0' gem 'petrify', '>= 0.4.0'


+ 2
- 2
Gemfile.lock View File

@@ -48,7 +48,7 @@ DEPENDENCIES
scraperwiki! scraperwiki!


RUBY VERSION RUBY VERSION
ruby 2.3.1p112
ruby 2.7.1p83


BUNDLED WITH BUNDLED WITH
1.16.5
2.1.4

Loading…
Cancel
Save