Skip to content

Commit

Permalink
Merge pull request #38 from salesforce/readme
Browse files Browse the repository at this point in the history
fix docs and lint issue
  • Loading branch information
vswamidass-sfdc authored Jun 4, 2024
2 parents 7fd8442 + 3d3b17e commit d3716a6
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 134 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.2'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.8.1'
gem 'rails', '~> 7.1.0'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
Expand Down Expand Up @@ -56,7 +56,7 @@ group :development, :test do

gem 'shoulda-matchers', '~> 4.0'

gem 'rspec-rails', '~> 5.0.0'
gem 'rspec-rails', '~> 6.1'
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem 'capybara'
gem 'factory_bot_rails'
Expand Down
Loading

0 comments on commit d3716a6

Please sign in to comment.