diff --git a/.gitignore b/.gitignore index f1b24f0..a00dd7b 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ node_modules tmp _old _tmp +Gemfile.lock # RIA/Silverlight projects Generated_Code/ diff --git a/PocketSharp.Website/Gemfile.lock b/PocketSharp.Website/Gemfile.lock deleted file mode 100644 index 90faea3..0000000 --- a/PocketSharp.Website/Gemfile.lock +++ /dev/null @@ -1,30 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - chunky_png (1.2.8) - compass (0.12.2) - chunky_png (~> 1.2) - fssm (>= 0.2.7) - sass (~> 3.1) - fssm (0.2.10) - modular-scale (1.0.6) - compass (>= 0.12.1) - sass (>= 3.2.0) - sassy-math (>= 1.5) - rake (10.1.0) - sass (3.2.9) - sassy-math (1.5) - compass (~> 0.11) - zurb-foundation (3.2.5) - compass (>= 0.12.2) - modular-scale (= 1.0.6) - rake - sass (>= 3.2.0) - -PLATFORMS - x86-mingw32 - -DEPENDENCIES - compass - sass - zurb-foundation (= 3.2.5)