diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 693bf88a..00000000 --- a/Gemfile +++ /dev/null @@ -1,9 +0,0 @@ -source 'https://rubygems.org' - -group :development do - gem "sass" - gem "sass-globbing" - gem "compass" - gem "bootstrap-sass" - gem "breakpoint" -end diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 41fde8b3..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,47 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - autoprefixer-rails (5.1.8) - execjs - json - bootstrap-sass (3.3.4.1) - autoprefixer-rails (>= 5.0.0.1) - sass (>= 3.2.19) - breakpoint (2.5.0) - sass (~> 3.3) - sassy-maps (< 1.0.0) - chunky_png (1.3.4) - compass (1.0.3) - chunky_png (~> 1.2) - compass-core (~> 1.0.2) - compass-import-once (~> 1.0.5) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - sass (>= 3.3.13, < 3.5) - compass-core (1.0.3) - multi_json (~> 1.0) - sass (>= 3.3.0, < 3.5) - compass-import-once (1.0.5) - sass (>= 3.2, < 3.5) - execjs (2.4.0) - ffi (1.9.10) - json (1.8.2) - multi_json (1.11.2) - rb-fsevent (0.9.6) - rb-inotify (0.9.5) - ffi (>= 0.5.0) - sass (3.4.18) - sass-globbing (1.1.1) - sass (>= 3.1) - sassy-maps (0.4.0) - sass (~> 3.3) - -PLATFORMS - ruby - -DEPENDENCIES - bootstrap-sass - breakpoint - compass - sass - sass-globbing