Skip to content

Commit

Permalink
Sassc: use more strict dependency ~> 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena committed Jan 17, 2024
1 parent cb0ace2 commit 3c4316a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gem 'jbuilder'
gem 'listen'

gem 'ffi', '>= 1.15.1'
gem "sassc", "~> 2.1", "< 2.2"

# ActiveRecord makes use of these bundled gems, as of Ruby 3.1, these requirements
# have to be explicitly marked in a Gemfile.
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
digest (3.1.1)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand All @@ -200,7 +200,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.0.7)
strscan (3.0.8)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
Expand Down Expand Up @@ -240,6 +240,7 @@ DEPENDENCIES
rails (~> 6)
redis
sass-rails
sassc (~> 2.1, < 2.2)
selenium-webdriver
spring
spring-watcher-listen
Expand Down

0 comments on commit 3c4316a

Please sign in to comment.