Skip to content

Commit

Permalink
use single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxa committed May 8, 2024
1 parent 8fe0023 commit 8d9b3a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile_rails_6.1.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gemspec path: '..'

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/Gemfile_rails_7.0.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gemspec path: '..'

gem 'rails', '~> 7.0.0'
gem "sqlite3", "~> 1.4"
gem 'sqlite3', '~> 1.4'
4 changes: 2 additions & 2 deletions gemfiles/Gemfile_rails_7.1.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gemspec path: '..'

gem 'rails', '~> 7.1.0'
gem "sqlite3", "~> 1.4"
gem 'sqlite3', '~> 1.4'

0 comments on commit 8d9b3a6

Please sign in to comment.