Skip to content

Commit

Permalink
fix: remove Ruby version from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Jan 23, 2022
1 parent a852b17 commit 0054501
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
source 'https://rubygems.org'
gemspec

ruby '2.7.4'

gem 'activerecord-jdbcsqlite3-adapter', platforms: :jruby
gem 'sqlite3', platforms: :ruby
16 changes: 0 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ GEM
activerecord (7.0.1)
activemodel (= 7.0.1)
activesupport (= 7.0.1)
activerecord-jdbc-adapter (50.0)
activerecord (>= 2.2)
activerecord-jdbcsqlite3-adapter (50.0)
activerecord-jdbc-adapter (~> 50.0)
jdbc-sqlite3 (~> 3.8, < 3.30)
activestorage (7.0.1)
actionpack (= 7.0.1)
activejob (= 7.0.1)
Expand All @@ -91,14 +86,12 @@ GEM
crass (1.0.6)
diff-lcs (1.5.0)
digest (3.1.0)
digest (3.1.0-java)
erubi (1.10.0)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
jdbc-sqlite3 (3.28.0)
loofah (2.13.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -125,17 +118,13 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nio4r (2.5.8-java)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
nokogiri (1.13.1-java)
racc (~> 1.4)
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -228,8 +217,6 @@ GEM
unicode-display_width (2.1.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-driver (0.7.5-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.5.3)

Expand All @@ -250,8 +237,5 @@ DEPENDENCIES
rubocop-rails_config (~> 1.0)
sqlite3

RUBY VERSION
ruby 2.7.4p191

BUNDLED WITH
2.3.5
2 changes: 0 additions & 2 deletions gemfiles/rails5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

ruby "2.7.4"

gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "sqlite3", "< 1.4", platforms: :ruby
gem "rails", "~> 5.2.0"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

ruby "2.7.4"

gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "sqlite3", platforms: :ruby
gem "rails", "~> 6.0.0"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

ruby "2.7.4"

gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "sqlite3", platforms: :ruby
gem "rails", "~> 6.1.0"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

ruby "2.7.4"

gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "sqlite3", platforms: :ruby
gem "rails", "~> 7.0.0"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_latest.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

ruby "2.7.4"

gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "sqlite3", platforms: :ruby
gem "rails"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/sinatra2.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

ruby "2.7.4"

gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "sqlite3", platforms: :ruby
gem "sinatra", "~> 2.0"
Expand Down

0 comments on commit 0054501

Please sign in to comment.