diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-25 11:09:59 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-25 11:09:59 -0400 |
commit | e75cc68c108c8be7ce57617517098529b4100621 (patch) | |
tree | aa75396099df4a4559f0bce1381526754d2c887b | |
parent | f16221397542b0fdd18469c6bc13c8ab66774378 (diff) |
Update Gemfile and lockfile
-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 |