Skip to content

Commit 2df579a

Browse files
committed
update to ruby 3.0
1 parent e9397b1 commit 2df579a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
3.0.0

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.0'
2+
ruby '3.0.0'
33

44
gem 'sqlite3'
55
gem 'rubyzip'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
rubyzip (1.2.2)
5-
sqlite3 (1.3.13)
4+
rubyzip (2.3.2)
5+
sqlite3 (1.4.2)
66

77
PLATFORMS
8-
ruby
8+
x86_64-darwin-19
99

1010
DEPENDENCIES
1111
rubyzip
1212
sqlite3
1313

1414
RUBY VERSION
15-
ruby 2.4.0p0
15+
ruby 3.0.0p0
1616

1717
BUNDLED WITH
18-
1.17.3
18+
2.2.30

0 commit comments

Comments
 (0)