Browse Source

Update to Ruby 3.1.2

tags/v2.0.0
Adrian Short 2 years ago
parent
commit
463b8c23cd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Gemfile
  2. +1
    -1
      Gemfile.lock

+ 1
- 1
Gemfile View File

@@ -1,5 +1,5 @@
source "https://rubygems.org/"
ruby "2.3.1"
ruby "3.1.2"

gem 'data_mapper'
gem 'dm-sqlite-adapter'


+ 1
- 1
Gemfile.lock View File

@@ -78,7 +78,7 @@ DEPENDENCIES
petrify

RUBY VERSION
ruby 2.3.1p112
ruby 3.1.2p20

BUNDLED WITH
1.16.6

Loading…
Cancel
Save