summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-01 20:24:43 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-01 20:24:43 -0500
commit11be92e4bac671852fd03922049ca592ae4c9f4e (patch)
treea70875391bbf07448f816800afd6296679fc4c06 /Gemfile.lock
parent2eb242f3e5b1f1ab66d84556cabcad965fe387aa (diff)
changed the gemfile to include rspecy testing and a security name i cant remember the name of
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock38
1 files changed, 38 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 75d27b8..b47c41e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,9 +27,18 @@ GEM
tzinfo (~> 0.3.37)
arel (4.0.2)
atomic (1.1.14)
+ bcrypt-ruby (3.1.2)
bootstrap-sass (3.1.1.0)
sass (~> 3.2)
builder (3.1.4)
+ capybara (2.1.0)
+ mime-types (>= 1.16)
+ nokogiri (>= 1.3.3)
+ rack (>= 1.0.0)
+ rack-test (>= 0.5.4)
+ xpath (~> 2.0)
+ childprocess (0.5.1)
+ ffi (~> 1.0, >= 1.0.11)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
@@ -37,8 +46,10 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.7.0)
+ diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.0.2)
+ ffi (1.9.3)
hike (1.2.3)
i18n (0.6.9)
jbuilder (1.5.3)
@@ -53,8 +64,11 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
+ mini_portile (0.5.2)
minitest (4.7.5)
multi_json (1.8.4)
+ nokogiri (1.6.1)
+ mini_portile (~> 0.5.0)
polyglot (0.3.4)
rack (1.5.2)
rack-test (0.6.2)
@@ -76,6 +90,18 @@ GEM
rdoc (4.1.1)
json (~> 1.4)
ref (1.0.5)
+ rspec-core (2.13.1)
+ rspec-expectations (2.13.0)
+ diff-lcs (>= 1.1.3, < 2.0)
+ rspec-mocks (2.13.1)
+ rspec-rails (2.13.1)
+ actionpack (>= 3.0)
+ activesupport (>= 3.0)
+ railties (>= 3.0)
+ rspec-core (~> 2.13.0)
+ rspec-expectations (~> 2.13.0)
+ rspec-mocks (~> 2.13.0)
+ rubyzip (0.9.9)
sass (3.2.14)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
@@ -84,6 +110,11 @@ GEM
sdoc (0.4.0)
json (~> 1.8)
rdoc (~> 4.0, < 5.0)
+ selenium-webdriver (2.35.1)
+ childprocess (>= 0.2.5)
+ multi_json (~> 1.0)
+ rubyzip (< 1.0.0)
+ websocket (~> 1.0.4)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
@@ -110,18 +141,25 @@ GEM
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
+ websocket (1.0.7)
+ xpath (2.0.0)
+ nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
+ bcrypt-ruby (= 3.1.2)
bootstrap-sass
+ capybara (= 2.1.0)
coffee-rails (~> 4.0.0)
jbuilder (~> 1.2)
jquery-rails
rails (= 4.0.2)
+ rspec-rails (= 2.13.1)
sass-rails (~> 4.0.0)
sdoc
+ selenium-webdriver (= 2.35.1)
sqlite3
therubyracer
turbolinks