Skip to content

Commit

Permalink
Update readme for local gemfile (#51)
Browse files Browse the repository at this point in the history
* update readme

* fix gemfiles
  • Loading branch information
ka8725 authored Apr 18, 2024
1 parent d416675 commit 83a0b54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ And then execute:

$ bundle install

If you cannot commit changes to the repo or Gemfile, consider the local Gemfile installation described in [this post](https://blog.widefix.com/personal-gemfile-for-development/).

## Usage

Just run `rails db:migrate` inside the current branch.
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails.6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "activesupport", "~> 6.0.0"
gem "minitest", "~> 5.0"
gem "rake"
gem "rubocop", "~> 1.21"
gem "sqlite3", "~> 1.4.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails.6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "activesupport", "~> 6.1.0"
gem "minitest", "~> 5.0"
gem "rake"
gem "rubocop", "~> 1.21"
gem "sqlite3", "~> 1.4.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails.7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "activesupport", "~> 7.0.0"
gem "minitest", "~> 5.0"
gem "rake"
gem "rubocop", "~> 1.21"
gem "sqlite3", "~> 1.4.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails.7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "activesupport", "~> 7.1.0"
gem "minitest", "~> 5.0"
gem "rake"
gem "rubocop", "~> 1.21"
gem "sqlite3", "~> 1.4.0"

gemspec path: "../"

0 comments on commit 83a0b54

Please sign in to comment.