Skip to content

Commit

Permalink
faker
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed Oct 18, 2022
1 parent 620b26e commit 46c02c6
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gemspec
gem 'async', '< 2'
gem 'console', '< 1.9'
gem 'minitest', '< 5.16.0'
gem 'faker', '< 2.13'
1 change: 1 addition & 0 deletions gemfiles/rails4.2_graphql1.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "bundler", "~> 1.17"
gem "rails", git: "https://github.com/rails/rails", branch: "4-2-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.0_graphql1.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-0-stable"
gem "graphql", "~> 1.8.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.0_graphql1.9.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-0-stable"
gem "graphql", "~> 1.9.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.1_graphql1.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-1-stable"
gem "graphql", "~> 1.8.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.1_graphql1.9.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-1-stable"
gem "graphql", "~> 1.9.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.2_graphql1.10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-2-stable"
gem "graphql", "~> 1.10.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.2_graphql1.11.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-2-stable"
gem "graphql", "~> 1.11.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.2_graphql1.12.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-2-stable"
gem "graphql", "~> 1.12.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.2_graphql1.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-2-stable"
gem "graphql", "~> 1.8.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails5.2_graphql1.9.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.3.6"
gem "rails", git: "https://github.com/rails/rails", branch: "5-2-stable"
gem "graphql", "~> 1.9.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.0_graphql1.10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.0_graphql1.11.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.0_graphql1.12.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.0_graphql1.13.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.1_graphql1.10.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.1_graphql1.11.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.1_graphql1.12.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.1_graphql1.13.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails6.1_graphql2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails7.0_graphql1.11.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sassc-rails"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails7.0_graphql1.12.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sassc-rails"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails7.0_graphql1.13.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sassc-rails"
gem "sqlite3", "~> 1.4"
gem "devise", ">= 4.7"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails7.0_graphql2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "async", "< 2"
gem "console", "< 1.9"
gem "minitest", "< 5.16.0"
gem "faker", "< 2.13"
gem "sassc-rails"
gem "sqlite3", "~> 1.4"
gem "devise_token_auth", ">= 1.2.1"
Expand Down

0 comments on commit 46c02c6

Please sign in to comment.