Skip to content

Commit

Permalink
Revert ":ambulance: Work around a bug in Debian's bundler"
Browse files Browse the repository at this point in the history
This reverts commit 5156b15.

This is no longer a problem with Ubuntu 22.04.
  • Loading branch information
YtvwlD committed Jan 3, 2024
1 parent 3cbf30f commit 3b85ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ gem 'git_rev'

gem "codeclimate-test-reporter", group: :test, require: nil

# work around a bug in Debian (https://github.com/rails/thor/issues/721)
gem 'thor', '~> 1.0.1'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GEM
temple (0.10.3)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.0.1)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -276,7 +276,6 @@ DEPENDENCIES
simple_form
spring
sqlite3
thor (~> 1.0.1)
uglifier

BUNDLED WITH
Expand Down

0 comments on commit 3b85ff5

Please sign in to comment.