Skip to content

Commit

Permalink
Fix gem orders
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Dec 17, 2024
1 parent fcabe1e commit b417dd8
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 12 deletions.
4 changes: 3 additions & 1 deletion packages/api_chai/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "activesupport", "< 7.2.0"
gem "rails", "6.0.6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"
gem "rails", "6.0.6.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/api_chai/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "activesupport", "< 7.2.0"
gem "rails", "6.1.7.7"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"
gem "rails", "6.1.7.7"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/api_chai/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "activesupport", "< 7.2.0"
gem "rails", "7.0.8.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "securerandom", "< 0.4.0"
gem "rails", "7.0.8.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/cygnet/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "6.0.6.1"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "rails", "6.0.6.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/cygnet/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "6.1.7.7"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "rails", "6.1.7.7"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/cygnet/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "7.0.8.1"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "zeitwerk", "< 2.7.0"
gem "rails", "7.0.8.1"

gemspec path: "../"
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
6 changes: 4 additions & 2 deletions packages/rubocop-cobra/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "6.0.6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "zeitwerk", "< 2.7.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.0.6.1"
gem "zeitwerk", "< 2.7.0"

gemspec path: "../"
6 changes: 4 additions & 2 deletions packages/rubocop-cobra/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "6.1.7.7"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "zeitwerk", "< 2.7.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.1.7.7"
gem "zeitwerk", "< 2.7.0"

gemspec path: "../"
6 changes: 4 additions & 2 deletions packages/rubocop-cobra/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "net-imap", "< 0.5.0"
gem "rails", "7.0.8.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "zeitwerk", "< 2.7.0"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "7.0.8.1"
gem "zeitwerk", "< 2.7.0"

gemspec path: "../"

0 comments on commit b417dd8

Please sign in to comment.