Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Sep 9, 2024
1 parent 689d67c commit 2e1b49b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "rake"
gem "appraisal"
gem "ruby-lsp"
gem "rails", "~> 6.1.0"

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,7 +4,6 @@ source "https://rubygems.org"

gem "rake"
gem "appraisal"
gem "ruby-lsp"
gem "rails", "~> 7.0.0"

gemspec path: "../"
10 changes: 0 additions & 10 deletions gemfiles/rails_7_1.gemfile

This file was deleted.

1 change: 0 additions & 1 deletion gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "rake"
gem "appraisal"
gem "ruby-lsp"
gem "rails", "~> 7.2.0"

gemspec path: "../"
3 changes: 1 addition & 2 deletions lib/pbbuilder.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

# require "pbbuilder/pbbuilder"
require 'pbbuilder/errors'
require "pbbuilder/errors"
require "pbbuilder/protobuf_extension"
require "pbbuilder/railtie" if defined?(Rails)

Expand Down

0 comments on commit 2e1b49b

Please sign in to comment.