diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-25 11:01:07 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-25 11:01:07 -0400 |
commit | c50423c1c8da638b2f04259d42b9a69f7112d103 (patch) | |
tree | 89fa3650411c9440827712f04268dd8e35e8aba8 | |
parent | 9a0e20a6c3322f66392fc6c2dd0aa8e8cee8cf3d (diff) |
Update project to latest ruby-3.3.3
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '3.3.0' +ruby '3.3.3' gem 'kramdown', '~> 2.4.0' gem 'rss', '~> 0.3.0'
\ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 365171b..b2ffa2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ DEPENDENCIES rss (~> 0.3.0) RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.3p89 BUNDLED WITH 2.5.6 |