updated gemfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
#don't upgrade
|
#don't upgrade
|
||||||
gem 'rails', '4.0.13'
|
gem 'rails', '4.2.2'
|
||||||
|
|
||||||
ruby '2.2.2'
|
ruby '2.2.2'
|
||||||
|
|
||||||
|
|||||||
+73
-44
@@ -1,32 +1,43 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.0.13)
|
actionmailer (4.2.2)
|
||||||
actionpack (= 4.0.13)
|
actionpack (= 4.2.2)
|
||||||
|
actionview (= 4.2.2)
|
||||||
|
activejob (= 4.2.2)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
actionpack (4.0.13)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
activesupport (= 4.0.13)
|
actionpack (4.2.2)
|
||||||
builder (~> 3.1.0)
|
actionview (= 4.2.2)
|
||||||
erubis (~> 2.7.0)
|
activesupport (= 4.2.2)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.6)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
activemodel (4.0.13)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
activesupport (= 4.0.13)
|
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
||||||
builder (~> 3.1.0)
|
actionview (4.2.2)
|
||||||
activerecord (4.0.13)
|
activesupport (= 4.2.2)
|
||||||
activemodel (= 4.0.13)
|
builder (~> 3.1)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
erubis (~> 2.7.0)
|
||||||
activesupport (= 4.0.13)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
arel (~> 4.0.0)
|
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
||||||
activerecord-deprecated_finders (1.0.4)
|
activejob (4.2.2)
|
||||||
activesupport (4.0.13)
|
activesupport (= 4.2.2)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
globalid (>= 0.3.0)
|
||||||
minitest (~> 4.2)
|
activemodel (4.2.2)
|
||||||
multi_json (~> 1.3)
|
activesupport (= 4.2.2)
|
||||||
thread_safe (~> 0.1)
|
builder (~> 3.1)
|
||||||
tzinfo (~> 0.3.37)
|
activerecord (4.2.2)
|
||||||
|
activemodel (= 4.2.2)
|
||||||
|
activesupport (= 4.2.2)
|
||||||
|
arel (~> 6.0)
|
||||||
|
activesupport (4.2.2)
|
||||||
|
i18n (~> 0.7)
|
||||||
|
json (~> 1.7, >= 1.7.7)
|
||||||
|
minitest (~> 5.1)
|
||||||
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
|
tzinfo (~> 1.1)
|
||||||
addressable (2.3.8)
|
addressable (2.3.8)
|
||||||
arel (4.0.2)
|
arel (6.0.0)
|
||||||
aruba (0.6.2)
|
aruba (0.6.2)
|
||||||
childprocess (>= 0.3.6)
|
childprocess (>= 0.3.6)
|
||||||
cucumber (>= 1.1.1)
|
cucumber (>= 1.1.1)
|
||||||
@@ -48,7 +59,7 @@ GEM
|
|||||||
ruby_parser (~> 3.7.0)
|
ruby_parser (~> 3.7.0)
|
||||||
sass (~> 3.0)
|
sass (~> 3.0)
|
||||||
terminal-table (~> 1.4)
|
terminal-table (~> 1.4)
|
||||||
builder (3.1.4)
|
builder (3.2.2)
|
||||||
bundler-audit (0.4.0)
|
bundler-audit (0.4.0)
|
||||||
bundler (~> 1.2)
|
bundler (~> 1.2)
|
||||||
thor (~> 0.18)
|
thor (~> 0.18)
|
||||||
@@ -95,13 +106,15 @@ GEM
|
|||||||
foreman (0.78.0)
|
foreman (0.78.0)
|
||||||
thor (~> 0.19.1)
|
thor (~> 0.19.1)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
gauntlt (1.0.6)
|
gauntlt (0.1.4)
|
||||||
aruba
|
aruba
|
||||||
cucumber
|
cucumber
|
||||||
nokogiri (~> 1.5.0)
|
nokogiri
|
||||||
trollop
|
trollop
|
||||||
gherkin (2.12.2)
|
gherkin (2.12.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
globalid (0.3.5)
|
||||||
|
activesupport (>= 4.1.0)
|
||||||
guard (2.12.7)
|
guard (2.12.7)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (>= 2.7, <= 4.0)
|
listen (>= 2.7, <= 4.0)
|
||||||
@@ -134,8 +147,9 @@ GEM
|
|||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
sass (>= 3.2)
|
sass (>= 3.2)
|
||||||
jquery-rails (3.1.3)
|
jquery-rails (4.0.4)
|
||||||
railties (>= 3.0, < 5.0)
|
rails-dom-testing (~> 1.0)
|
||||||
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.3)
|
json (1.8.3)
|
||||||
kgio (2.9.3)
|
kgio (2.9.3)
|
||||||
@@ -145,6 +159,8 @@ GEM
|
|||||||
listen (3.0.1)
|
listen (3.0.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
|
loofah (2.0.2)
|
||||||
|
nokogiri (>= 1.5.9)
|
||||||
lumberjack (1.0.9)
|
lumberjack (1.0.9)
|
||||||
mail (2.6.3)
|
mail (2.6.3)
|
||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 3)
|
||||||
@@ -159,12 +175,13 @@ GEM
|
|||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.6.1)
|
mime-types (2.6.1)
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
minitest (4.7.5)
|
minitest (5.7.0)
|
||||||
multi_json (1.11.1)
|
multi_json (1.11.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
mysql2 (0.3.18)
|
mysql2 (0.3.18)
|
||||||
nenv (0.2.0)
|
nenv (0.2.0)
|
||||||
nokogiri (1.5.11)
|
nokogiri (1.6.6.2)
|
||||||
|
mini_portile (~> 0.6.0)
|
||||||
notiffany (0.0.6)
|
notiffany (0.0.6)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
@@ -182,24 +199,35 @@ GEM
|
|||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pry-rails (0.3.4)
|
pry-rails (0.3.4)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
rack (1.5.5)
|
rack (1.6.4)
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.15)
|
||||||
rack
|
rack
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.0.13)
|
rails (4.2.2)
|
||||||
actionmailer (= 4.0.13)
|
actionmailer (= 4.2.2)
|
||||||
actionpack (= 4.0.13)
|
actionpack (= 4.2.2)
|
||||||
activerecord (= 4.0.13)
|
actionview (= 4.2.2)
|
||||||
activesupport (= 4.0.13)
|
activejob (= 4.2.2)
|
||||||
|
activemodel (= 4.2.2)
|
||||||
|
activerecord (= 4.2.2)
|
||||||
|
activesupport (= 4.2.2)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.13)
|
railties (= 4.2.2)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails
|
||||||
railties (4.0.13)
|
rails-deprecated_sanitizer (1.0.3)
|
||||||
actionpack (= 4.0.13)
|
activesupport (>= 4.2.0.alpha)
|
||||||
activesupport (= 4.0.13)
|
rails-dom-testing (1.0.6)
|
||||||
|
activesupport (>= 4.2.0.beta, < 5.0)
|
||||||
|
nokogiri (~> 1.6.0)
|
||||||
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
|
rails-html-sanitizer (1.0.2)
|
||||||
|
loofah (~> 2.0)
|
||||||
|
railties (4.2.2)
|
||||||
|
actionpack (= 4.2.2)
|
||||||
|
activesupport (= 4.2.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.14.0)
|
raindrops (0.14.0)
|
||||||
@@ -276,7 +304,8 @@ GEM
|
|||||||
trollop (2.1.2)
|
trollop (2.1.2)
|
||||||
turbolinks (2.5.3)
|
turbolinks (2.5.3)
|
||||||
coffee-rails
|
coffee-rails
|
||||||
tzinfo (0.3.44)
|
tzinfo (1.2.2)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
uglifier (2.7.1)
|
uglifier (2.7.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
@@ -322,7 +351,7 @@ DEPENDENCIES
|
|||||||
pry
|
pry
|
||||||
pry-rails
|
pry-rails
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 4.0.13)
|
rails (= 4.2.2)
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rspec-rails (= 2.14.2)
|
rspec-rails (= 2.14.2)
|
||||||
sass-rails
|
sass-rails
|
||||||
@@ -336,4 +365,4 @@ DEPENDENCIES
|
|||||||
unicorn
|
unicorn
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.4
|
1.10.5
|
||||||
|
|||||||
Reference in New Issue
Block a user