Skip to content

Commit 210f3b7

Browse files
committed
Prune pinned dependencies
1 parent 4f9100d commit 210f3b7

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Gemfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,12 @@ else
4242
gem 'sqlite3', '~> 1.3.6', platforms: [:ruby]
4343
end
4444

45-
if RUBY_VERSION >= '2.4.0'
46-
gem 'json', '>= 2.0.2'
47-
end
48-
4945
gem 'ffi', '~> 1.9.25'
5046

5147
gem 'rake', '~> 12'
5248

5349
gem 'mime-types', "~> 3"
5450

55-
# Version 5.12 of minitest requires Ruby 2.4
56-
if RUBY_VERSION < '2.4.0'
57-
gem 'minitest', '< 5.12.0'
58-
end
59-
6051
gem 'capybara', '~> 2.13', require: false
6152

6253
if MAJOR < 6

Gemfile-rails-dependencies

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ else
3333
gem "puma"
3434
end
3535

36-
if RUBY_VERSION < "2.5"
37-
gem "sprockets", "~> 3.0"
38-
end
39-
4036
if version.gsub(/[^\d\.]/,'').to_f >= 6.0
4137
gem "activerecord-jdbcsqlite3-adapter", "~> 60.0.rc1", platforms: [:jruby]
4238
else

0 commit comments

Comments
 (0)