chore: update gems

rpp-main
Nelson Jovel 1 year ago
parent f91b4ec431
commit 1ce3ed5b6f

@ -1 +1 @@
3.3.5 3.3.6

@ -1,5 +1,5 @@
source "https://rubygems.org" source "https://rubygems.org"
ruby "3.3.5" ruby file: ".ruby-version"
git_source(:github) do |repo_name| git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
@ -13,6 +13,7 @@ gem "cssbundling-rails"
gem "csv", "~> 3.3" gem "csv", "~> 3.3"
gem "devise", git: "https://github.com/heartcombo/devise" gem "devise", git: "https://github.com/heartcombo/devise"
gem "ed25519" gem "ed25519"
gem "foreman"
gem "friendly_id", "~> 5.1.0" gem "friendly_id", "~> 5.1.0"
gem "jsbundling-rails" gem "jsbundling-rails"
gem "logger" gem "logger"
@ -23,7 +24,7 @@ gem "observer", "~> 0.1.2"
gem "ostruct" gem "ostruct"
gem "pg" gem "pg"
gem "puma", ">= 6.4.0" gem "puma", ">= 6.4.0"
gem "rails", "~> 7.1.3" gem "rails", "~> 8.0.0"
gem "sprockets-rails" gem "sprockets-rails"
gem "standard_deviation" gem "standard_deviation"
gem "stimulus-rails" gem "stimulus-rails"
@ -33,7 +34,7 @@ gem "watir"
group :development do group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code. # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem "brakeman" gem "brakeman"
gem "bullet" gem "bullet", "~> 8.0"
gem "dexter" gem "dexter"
gem "erb_lint", require: false gem "erb_lint", require: false
gem "erblint-github" gem "erblint-github"

Loading…
Cancel
Save