1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Specified ruby 2.3.0

This commit is contained in:
2016-02-10 14:10:42 +00:00
parent 1f08d1a823
commit 731131073f
13 changed files with 69 additions and 48 deletions

View File

@@ -38,6 +38,18 @@ GEM
tzinfo (~> 1.1)
arel (6.0.3)
bcrypt (3.1.10)
brakeman (3.1.5)
erubis (~> 2.6)
fastercsv (~> 1.5)
haml (>= 3.0, < 5.0)
highline (>= 1.6.20, < 2.0)
multi_json (~> 1.2)
ruby2ruby (>= 2.1.1, < 2.3.0)
ruby_parser (~> 3.7.0)
safe_yaml (>= 1.0)
sass (~> 3.0)
slim (>= 1.3.6, < 4.0)
terminal-table (~> 1.4)
builder (3.2.2)
cancancan (1.10.1)
coffee-rails (4.0.1)
@@ -63,8 +75,12 @@ GEM
warden (~> 1.2.3)
erubis (2.7.0)
execjs (2.5.2)
fastercsv (1.5.5)
globalid (0.3.6)
activesupport (>= 4.1.0)
haml (4.0.7)
tilt
highline (1.7.8)
i18n (0.7.0)
jbuilder (2.2.13)
activesupport (>= 3.0.0, < 5)
@@ -91,12 +107,6 @@ GEM
passenger (5.0.7)
rack
rake (>= 0.8.1)
postmark (1.7.0)
json
rake
postmark-rails (0.12.0)
actionmailer (>= 3.0.0)
postmark (~> 1.7.0)
puma (2.11.2)
rack (>= 1.1, < 2.0)
rack (1.6.4)
@@ -139,9 +149,20 @@ GEM
responders (2.1.0)
railties (>= 4.2.0, < 5)
round_robin_tournament (0.0.1)
ruby2ruby (2.2.0)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.7.3)
sexp_processor (~> 4.1)
safe_yaml (1.0.4)
sass (3.4.21)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sexp_processor (4.6.1)
slim (3.0.6)
temple (~> 0.7.3)
tilt (>= 1.3.3, < 2.1)
spring (1.3.5)
sprockets (3.5.0)
concurrent-ruby (~> 1.0)
@@ -151,11 +172,14 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10)
temple (0.7.6)
terminal-table (1.5.2)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
@@ -170,6 +194,7 @@ PLATFORMS
ruby
DEPENDENCIES
brakeman
cancancan
coffee-rails (~> 4.0.0)
dalli
@@ -180,7 +205,6 @@ DEPENDENCIES
mysql2
newrelic_rpm
passenger
postmark-rails
puma
rails (= 4.2.5)
rails_12factor
@@ -194,4 +218,4 @@ DEPENDENCIES
uglifier (>= 1.3.0)
BUNDLED WITH
1.10.6
1.11.2