Skip to content

Commit

Permalink
Update .gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Feb 13, 2024
1 parent 5297d66 commit 5b8bd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_admin_template.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.files = Dir["{app,config,lib}/**/*"] + Dir["*.md"] + ["LICENCE.txt"]
gem.require_paths = %w[lib]

gem.required_ruby_version = ">= 3.0"
gem.required_ruby_version = ">= 3.1.4"

gem.add_dependency "bootstrap-sass", "~> 3.4"
gem.add_dependency "jquery-rails", "~> 4.3"
Expand Down

0 comments on commit 5b8bd88

Please sign in to comment.