Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysamurai committed Apr 5, 2024
1 parent 12bc7f8 commit 98588c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ source 'https://rubygems.org'
gemspec

gem 'loofah', '<= 2.20.0' if RUBY_VERSION <= '2.5.0'
gem 'railties'
gem 'rspec'
gem 'rubocop', require: false
gem 'sassc-rails'
gem 'sprockets-rails'
5 changes: 0 additions & 5 deletions purecss-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new('>= 2.0.0')

spec.add_runtime_dependency 'sassc', '>= 2.0'

spec.add_development_dependency 'railties', '>= 5.0'
spec.add_development_dependency 'rspec', '>= 3.9'
spec.add_development_dependency 'sassc-rails', '>= 2.0'
spec.add_development_dependency 'sprockets-rails', '>= 3.0'
end

0 comments on commit 98588c8

Please sign in to comment.