Skip to content

Commit

Permalink
update with project-syncing action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 29, 2024
1 parent 644fc89 commit 0b53344
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 230 deletions.
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--color
--format documentation
--order default
--require spec_helper
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.4", ">= 7.0.4.3"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand All @@ -13,7 +13,7 @@ gem "sprockets-rails"
gem "pg", "~> 1.1"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
gem "puma"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
Expand Down Expand Up @@ -75,7 +75,7 @@ end
# ===========
gem "appdev_support"
gem "awesome_print"
gem "devise" # to be removed
gem "devise"
gem "dotenv-rails"
gem "faker"
gem "htmlbeautifier"
Expand All @@ -87,13 +87,13 @@ group :development do
gem "annotate"
gem "better_errors"
gem "binding_of_caller"
gem "draft_generators"
gem "grade_runner"
gem "pry-rails"
gem "rails_db"
gem "rails-erd"
gem "rufo"
gem "specs_to_readme"
gem "web_git"
end

group :development, :test do
Expand Down
Loading

0 comments on commit 0b53344

Please sign in to comment.