aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2015-11-30 18:54:20 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2015-11-30 18:54:20 +0100
commit7738d11ae2fc07f1d5d2430a8f90b7fe4f555a0d (patch)
tree509b14c4da9f6c3bd0418db32cbcfbe508c68432 /Gemfile.lock
downloadvipeval-7738d11ae2fc07f1d5d2430a8f90b7fe4f555a0d.tar.gz
vipeval-7738d11ae2fc07f1d5d2430a8f90b7fe4f555a0d.zip
Initial commit.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock123
1 files changed, 123 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..a256940
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,123 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actionmailer (4.1.8)
+ actionpack (= 4.1.8)
+ actionview (= 4.1.8)
+ mail (~> 2.5, >= 2.5.4)
+ actionpack (4.1.8)
+ actionview (= 4.1.8)
+ activesupport (= 4.1.8)
+ rack (~> 1.5.2)
+ rack-test (~> 0.6.2)
+ actionview (4.1.8)
+ activesupport (= 4.1.8)
+ builder (~> 3.1)
+ erubis (~> 2.7.0)
+ activemodel (4.1.8)
+ activesupport (= 4.1.8)
+ builder (~> 3.1)
+ activerecord (4.1.8)
+ activemodel (= 4.1.8)
+ activesupport (= 4.1.8)
+ arel (~> 5.0.0)
+ activesupport (4.1.8)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.1)
+ tzinfo (~> 1.1)
+ arel (5.0.1.20140414130214)
+ builder (3.2.2)
+ coffee-rails (4.0.1)
+ coffee-script (>= 2.2.0)
+ railties (>= 4.0.0, < 5.0)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.10.0)
+ erubis (2.7.0)
+ execjs (2.6.0)
+ hike (1.2.3)
+ i18n (0.7.0)
+ jbuilder (2.3.2)
+ activesupport (>= 3.0.0, < 5)
+ multi_json (~> 1.2)
+ jquery-rails (3.1.4)
+ railties (>= 3.0, < 5.0)
+ thor (>= 0.14, < 2.0)
+ json (1.8.3)
+ mail (2.6.3)
+ mime-types (>= 1.16, < 3)
+ mime-types (2.99)
+ minitest (5.8.3)
+ multi_json (1.11.2)
+ rack (1.5.5)
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails (4.1.8)
+ actionmailer (= 4.1.8)
+ actionpack (= 4.1.8)
+ actionview (= 4.1.8)
+ activemodel (= 4.1.8)
+ activerecord (= 4.1.8)
+ activesupport (= 4.1.8)
+ bundler (>= 1.3.0, < 2.0)
+ railties (= 4.1.8)
+ sprockets-rails (~> 2.0)
+ railties (4.1.8)
+ actionpack (= 4.1.8)
+ activesupport (= 4.1.8)
+ rake (>= 0.8.7)
+ thor (>= 0.18.1, < 2.0)
+ rake (10.4.2)
+ rdoc (4.2.0)
+ json (~> 1.4)
+ sass (3.2.19)
+ sass-rails (4.0.5)
+ railties (>= 4.0.0, < 5.0)
+ sass (~> 3.2.2)
+ sprockets (~> 2.8, < 3.0)
+ sprockets-rails (~> 2.0)
+ sdoc (0.4.1)
+ json (~> 1.7, >= 1.7.7)
+ rdoc (~> 4.0)
+ spring (1.5.0)
+ sprockets (2.12.4)
+ hike (~> 1.2)
+ multi_json (~> 1.0)
+ rack (~> 1.0)
+ tilt (~> 1.1, != 1.3.0)
+ sprockets-rails (2.3.3)
+ actionpack (>= 3.0)
+ activesupport (>= 3.0)
+ sprockets (>= 2.8, < 4.0)
+ sqlite3 (1.3.11)
+ thor (0.19.1)
+ thread_safe (0.3.5)
+ tilt (1.4.1)
+ turbolinks (2.5.3)
+ coffee-rails
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
+ uglifier (2.7.2)
+ execjs (>= 0.3.0)
+ json (>= 1.8.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ coffee-rails (~> 4.0.0)
+ jbuilder (~> 2.0)
+ jquery-rails
+ rails (= 4.1.8)
+ sass-rails (~> 4.0.3)
+ sdoc (~> 0.4.0)
+ spring
+ sqlite3
+ turbolinks
+ uglifier (>= 1.3.0)
+
+BUNDLED WITH
+ 1.10.6