Skip to content

Commit

Permalink
Update gems to get rid of unsupported Ruby version errors
Browse files Browse the repository at this point in the history
  • Loading branch information
willaerk committed Nov 19, 2024
1 parent 65795c1 commit e75fe37
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
arr-pm (0.0.12)
backports (3.23.0)
backports (3.25.0)
cabin (0.9.0)
clamp (1.0.1)
dotenv (2.7.6)
dotenv (2.8.1)
fpm (1.14.1)
arr-pm (~> 0.0.11)
backports (>= 2.6.2)
Expand All @@ -18,11 +18,11 @@ GEM
pleaserun (~> 0.0.29)
rexml
stud
git (1.13.1)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
insist (1.0.0)
json (2.6.1)
json (2.8.2)
mustache (0.99.8)
pleaserun (0.0.32)
cabin (> 0)
Expand All @@ -31,12 +31,10 @@ GEM
insist
mustache (= 0.99.8)
stud
public_suffix (4.0.7)
rake (13.0.6)
public_suffix (5.1.1)
rake (13.2.1)
rchardet (1.8.0)
rexml (3.2.8)
strscan (>= 3.0.9)
strscan (3.1.0)
rexml (3.3.9)
stud (0.0.23)

PLATFORMS
Expand All @@ -45,3 +43,6 @@ PLATFORMS
DEPENDENCIES
fpm (= 1.14.1)
rake (~> 13.0)

BUNDLED WITH
2.1.2

0 comments on commit e75fe37

Please sign in to comment.