Skip to content

Commit

Permalink
gem files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent 6955ca1 commit b6307f5
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "rails", "~> 5.0.7"
gem "sqlite3", "~> 1.3.6"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "rails", "~> 5.1.7"
gem "sqlite3", "~> 1.3.6"

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

source "https://rubygems.org"

gem "rails", "~> 5.2.6"
gem "sqlite3", "~> 1.4.1"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "rails", "~> 6.0.4"
gem "sqlite3"

gemspec path: "../"
9 changes: 9 additions & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "minitest"
gem "rails", "~> 6.1.4"
gem "sqlite3"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "rails", "~> 7.0.2"
gem "sqlite3"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "rails", "~> 7.1.1"
gem "sqlite3"

gemspec path: "../"

0 comments on commit b6307f5

Please sign in to comment.