Skip to content

Commit

Permalink
chore: Upgrade ruby, bundler and redcarpet
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaSousa committed Jan 8, 2024
1 parent a891816 commit 8011749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.2
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
redcarpet-form-extension (0.3.0)
redcarpet (~> 3.5.1)
redcarpet (~> 3.6.0)

GEM
remote: https://rubygems.org/
Expand All @@ -17,7 +17,7 @@ GEM
ast (~> 2.4.1)
rainbow (3.1.1)
rake (12.3.3)
redcarpet (3.5.1)
redcarpet (3.6.0)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
Expand Down Expand Up @@ -59,6 +59,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -73,4 +74,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
2.3.3
2.5.4
2 changes: 1 addition & 1 deletion redcarpet-form-extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'redcarpet', '~> 3.5.1'
spec.add_dependency 'redcarpet', '~> 3.6.0'
end

0 comments on commit 8011749

Please sign in to comment.