Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubypants from b4c507 to 0.6.0 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem "heroku_external_db"
gem "illyan_client", "~> 2.0"
gem "rollbar"
gem "pry-rails", :groups => [:development, :test]
gem "rubypants", ">= 0.3.0", github: 'jmcnevin/rubypants'
gem "rubypants", ">= 0.3.0"

gem 'htmldiff-lcs', github: 'nbudin/htmldiff-lcs', require: 'htmldiff'

Expand Down
10 changes: 3 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
GIT
remote: git://github.com/jmcnevin/rubypants.git
revision: b4c507b6549a0a68607bd1c24be2785d71c014d6
specs:
rubypants (0.3.0)

GIT
remote: git://github.com/nbudin/htmldiff-lcs.git
revision: efeec72cdedadfb310dbb6474395289287d0fcdc
Expand Down Expand Up @@ -130,6 +124,7 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
ffi (1.9.10)
ffi (1.9.10-java)
figaro (1.1.1)
thor (~> 0.14)
Expand Down Expand Up @@ -346,6 +341,7 @@ GEM
ruby-progressbar (1.7.1)
rubycas-client (2.3.9)
activesupport
rubypants (0.6.0)
rubyzip (1.1.7)
sanitize (4.0.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -443,7 +439,7 @@ DEPENDENCIES
rails (= 4.2.6)
rollbar
ruby-graphviz (>= 0.9.2)
rubypants (>= 0.3.0)!
rubypants (>= 0.3.0)
rubyzip (>= 1.0.0)
sanitize (~> 4.0.0)
sass-rails
Expand Down