Skip to content

Commit

Permalink
Gemfile: Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 13, 2024
1 parent dbdefe7 commit 9dc31b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org/'

ruby '>= 2.6'
ruby '>= 2.5'

group :development do
gem 'json'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GEM
json (2.7.2)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0903)
rack (3.1.7)
mime-types-data (3.2024.1001)
rack (3.1.8)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
Expand All @@ -29,7 +29,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.2)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
arm64-darwin-22
Expand Down

0 comments on commit 9dc31b3

Please sign in to comment.