diff --git a/.gitignore b/.gitignore index b737775..322dd81 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ pkg/ spec/dummy/db/*.sqlite3 spec/dummy/log/*.log spec/dummy/tmp/ -.sass-cache/* \ No newline at end of file +.sass-cache/* +gemfiles/*.lock +*.gem diff --git a/gemfiles/rails-3.0.10.gemfile.lock b/gemfiles/rails-3.0.10.gemfile.lock index e2e3d2c..5911c2f 100644 --- a/gemfiles/rails-3.0.10.gemfile.lock +++ b/gemfiles/rails-3.0.10.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/mjankowski/Development/opensource/flutie specs: - flutie (1.3.1) + flutie (1.3.2) GEM remote: http://rubygems.org/ @@ -52,18 +52,19 @@ GEM abstract (>= 1.0.0) ffi (1.0.9) i18n (0.5.0) - json_pure (1.5.4) - spruz (~> 0.2.8) + json_pure (1.6.1) mail (2.2.19) activesupport (>= 2.3.6) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) + metaclass (0.0.1) mime-types (1.16) - mocha (0.9.12) + mocha (0.10.0) + metaclass (~> 0.0.1) nokogiri (1.5.0) polyglot (0.3.2) - rack (1.2.3) + rack (1.2.4) rack-mount (0.6.14) rack (>= 1.0.0) rack-test (0.5.7) @@ -98,19 +99,18 @@ GEM railties (~> 3.0) rspec (~> 2.6.0) rubyzip (0.9.4) - sass (3.1.7) - selenium-webdriver (2.5.0) + sass (3.1.8) + selenium-webdriver (2.7.0) childprocess (>= 0.2.1) ffi (>= 1.0.7) json_pure rubyzip - spruz (0.2.13) sqlite3 (1.3.4) thor (0.14.6) treetop (1.4.10) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.29) + tzinfo (0.3.30) xpath (0.1.4) nokogiri (~> 1.3) diff --git a/gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.1.0.gemfile.lock index 7a987e6..5fbca08 100644 --- a/gemfiles/rails-3.1.0.gemfile.lock +++ b/gemfiles/rails-3.1.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/mjankowski/Development/opensource/flutie specs: - flutie (1.3.1) + flutie (1.3.2) GEM remote: http://rubygems.org/ @@ -39,7 +39,7 @@ GEM bundler rake arel (2.2.1) - bcrypt-ruby (3.0.0) + bcrypt-ruby (3.0.1) builder (3.0.0) capybara (1.1.1) mime-types (>= 1.16) @@ -55,18 +55,19 @@ GEM ffi (1.0.9) hike (1.2.1) i18n (0.6.0) - json_pure (1.5.4) - spruz (~> 0.2.8) + json_pure (1.6.1) mail (2.3.0) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) + metaclass (0.0.1) mime-types (1.16) - mocha (0.9.12) + mocha (0.10.0) + metaclass (~> 0.0.1) multi_json (1.0.3) nokogiri (1.5.0) polyglot (0.3.2) - rack (1.3.2) + rack (1.3.3) rack-cache (1.0.3) rack (>= 0.4) rack-mount (0.8.3) @@ -106,24 +107,23 @@ GEM railties (~> 3.0) rspec (~> 2.6.0) rubyzip (0.9.4) - sass (3.1.7) - selenium-webdriver (2.5.0) + sass (3.1.8) + selenium-webdriver (2.7.0) childprocess (>= 0.2.1) ffi (>= 1.0.7) json_pure rubyzip - sprockets (2.0.0) + sprockets (2.0.1) hike (~> 1.2) rack (~> 1.0) tilt (!= 1.3.0, ~> 1.1) - spruz (0.2.13) sqlite3 (1.3.4) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.29) + tzinfo (0.3.30) xpath (0.1.4) nokogiri (~> 1.3)