Skip to content

Commit

Permalink
Drop sqlite3 from Gemfiles
Browse files Browse the repository at this point in the history
sqlite3 is already defined in the gemspec, so the
version requirements generated this warning:

```
A gemspec development dependency (sqlite3, >= 1.3.6) is being overridden by a Gemfile dependency (sqlite3, ~> 1.4).
This behaviour may change in the future. Please remove either of them, or make sure they both have the same requirement
```
  • Loading branch information
stanhu committed Nov 12, 2024
1 parent 1dffa85 commit 62d7b86
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gemfiles/doorkeeper_master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.0'
gem 'rails-controller-testing'
gem 'sqlite3', '~> 1.4', platform: %i[ruby mswin mingw x64_mingw]
gem 'doorkeeper', git: 'https://github.com/doorkeeper-gem/doorkeeper.git'

gemspec path: '../'
1 change: 0 additions & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ source 'https://rubygems.org'

gem 'rails', '~> 6.0.0'
gem 'rails-controller-testing'
gem 'sqlite3', '~> 1.4', platform: %i[ruby mswin mingw x64_mingw]

gemspec path: '../'
1 change: 0 additions & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ source 'https://rubygems.org'

gem 'rails', '~> 6.1.0'
gem 'rails-controller-testing'
gem 'sqlite3', '~> 1.4', platform: %i[ruby mswin mingw x64_mingw]

gemspec path: '../'
1 change: 0 additions & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.0'
gem 'rails-controller-testing'
gem 'sqlite3', '~> 1.4', platform: %i[ruby mswin mingw x64_mingw]

gemspec path: '../'

0 comments on commit 62d7b86

Please sign in to comment.