diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..a603bb5 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.7.5 diff --git a/Gemfile b/Gemfile index 4037069..69e4755 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,7 @@ gem 'omniauth-slack' gem 'bcrypt' gem 'bootstrap-sass', '~> 3.4.1' +gem 'sassc-rails', '~> 2.1.0' gem 'devise' gem 'httparty' gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 972e470..4faa44c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,6 +199,12 @@ GEM tilt (>= 1.1, < 3) sassc (2.2.1) ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt selenium-webdriver (3.8.0) childprocess (~> 0.5) rubyzip (~> 1.0) @@ -273,6 +279,7 @@ DEPENDENCIES puma (~> 3.7) rails (~> 5.1.3) sass-rails (~> 5.0) + sassc-rails (~> 2.1.0) selenium-webdriver spring spring-watcher-listen (~> 2.0.0) @@ -282,5 +289,8 @@ DEPENDENCIES uglifier (>= 1.3.0) web-console (>= 3.3.0) +RUBY VERSION + ruby 2.7.5p203 + BUNDLED WITH - 1.15.1 + 2.3.7