Skip to content

Commit

Permalink
Drop refills as a dependency.
Browse files Browse the repository at this point in the history
From @tysongach:

> I suggest removing Refills because it is going through a major rewrite.
> The gem is likely to go away (or dormant).
> The gem is just a generator anyway, so we don’t need to have it to use
> some of the components.
  • Loading branch information
nickcharlton committed Mar 17, 2017
1 parent 89241f6 commit 182ad50
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gem "sentry-raven"
gem "unicorn"

group :development do
gem "refills"
gem "web-console", ">= 2.1.3"
end

Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ GEM
rake (11.2.2)
rdiscount (1.6.8)
redcarpet (3.3.3)
refills (0.2.0)
rspec-core (3.5.1)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
Expand Down Expand Up @@ -324,7 +323,6 @@ DEPENDENCIES
rack-timeout
rails_stdout_logging
redcarpet
refills
rspec-rails (~> 3.5.0)
sentry-raven
shoulda-matchers (~> 2.8.0)
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ gem "unicorn"
gem "rails", "~> 4.2.0"

group :development do
gem "refills"
gem "web-console", ">= 2.1.3"
end

Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ gem "rails", "~> 5.0.0"
gem "rails-controller-testing"

group :development do
gem "refills"
gem "web-console", ">= 2.1.3"
end

Expand Down
1 change: 0 additions & 1 deletion gemfiles/sass_3_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ gem "sass", "~> 3.4"
gem "rails-controller-testing"

group :development do
gem "refills"
gem "web-console", ">= 2.1.3"
end

Expand Down

0 comments on commit 182ad50

Please sign in to comment.