diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..dc7ba2c --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +# A sample Gemfile +source "http://rubygems.org" + +group :test do + gem "activesupport" + gem "actionpack" +end + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..d26c753 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,44 @@ +GEM + remote: http://rubygems.org/ + specs: + actionpack (3.1.3) + activemodel (= 3.1.3) + activesupport (= 3.1.3) + builder (~> 3.0.0) + erubis (~> 2.7.0) + i18n (~> 0.6) + rack (~> 1.3.5) + rack-cache (~> 1.1) + rack-mount (~> 0.8.2) + rack-test (~> 0.6.1) + sprockets (~> 2.0.3) + activemodel (3.1.3) + activesupport (= 3.1.3) + builder (~> 3.0.0) + i18n (~> 0.6) + activesupport (3.1.3) + multi_json (~> 1.0) + builder (3.0.0) + erubis (2.7.0) + hike (1.2.1) + i18n (0.6.0) + multi_json (1.0.4) + rack (1.3.5) + rack-cache (1.1) + rack (>= 0.4) + rack-mount (0.8.3) + rack (>= 1.0.0) + rack-test (0.6.1) + rack (>= 1.0) + sprockets (2.0.3) + hike (~> 1.2) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + tilt (1.3.3) + +PLATFORMS + ruby + +DEPENDENCIES + actionpack + activesupport