mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Rails 5.0.0.rc2
This commit is contained in:
parent
75507107fd
commit
909a114418
3 changed files with 80 additions and 71 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.3.3
|
||||
FROM ruby:2.4.1
|
||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||
|
||||
# additional dependecies
|
||||
|
|
20
Gemfile
20
Gemfile
|
@ -1,23 +1,23 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
ruby '2.3.3'
|
||||
ruby '2.4.1'
|
||||
|
||||
gem 'rails', '4.2.9'
|
||||
gem 'rails', '5.0.0'
|
||||
gem 'figaro'
|
||||
gem 'pg'
|
||||
gem 'devise', '3.5.6'
|
||||
gem 'devise_invitable'
|
||||
gem 'simple_token_authentication', '~> 1.0' # Token authentication for Devise
|
||||
#gem 'devise'
|
||||
#gem 'devise_invitable'
|
||||
#gem 'simple_token_authentication' #, '~> 1.0' # Token authentication for Devise
|
||||
gem 'bootstrap-sass', '~> 3.3.5'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
gem 'sass-rails'#, '~> 5.0'
|
||||
gem 'bootstrap_form'
|
||||
gem 'yomu'
|
||||
gem 'font-awesome-rails', '~> 4.6'
|
||||
gem 'font-awesome-rails' #, '~> 4.6'
|
||||
gem 'recaptcha', require: 'recaptcha/rails'
|
||||
gem 'sanitize', '~> 4.4'
|
||||
|
||||
# JS datetime library, requirement of datetime picker
|
||||
gem 'momentjs-rails', '>= 2.9.0'
|
||||
gem 'momentjs-rails' #, '>= 2.9.0'
|
||||
# JS datetime picker
|
||||
gem 'bootstrap3-datetimepicker-rails', '~> 4.15.35'
|
||||
# Select elements for Bootstrap
|
||||
|
@ -42,7 +42,7 @@ gem 'logging', '~> 2.0.0'
|
|||
gem 'aspector' # Aspect-oriented programming for Rails
|
||||
gem 'rgl' # Graph framework for project diagram calculations
|
||||
gem 'nested_form_fields'
|
||||
gem 'ajax-datatables-rails', '~> 0.3.1'
|
||||
gem 'ajax-datatables-rails' #, '~> 0.3.1'
|
||||
gem 'commit_param_routing' # Enables different submit actions in the same form to route to different actions in controller
|
||||
gem 'kaminari'
|
||||
gem "i18n-js", ">= 3.0.0.rc11" # Localization in javascript files
|
||||
|
@ -66,7 +66,7 @@ gem 'aws-sdk-v1'
|
|||
gem 'delayed_job_active_record'
|
||||
gem 'devise-async'
|
||||
gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
|
||||
gem 'tinymce-rails', '~> 4.5.7' # Rich text editor
|
||||
gem 'tinymce-rails' #, '~> 4.5.7' # Rich text editor
|
||||
|
||||
gem 'base62' # Used for smart annotations
|
||||
gem 'newrelic_rpm'
|
||||
|
|
129
Gemfile.lock
129
Gemfile.lock
|
@ -8,44 +8,47 @@ GIT
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
actionmailer (4.2.8)
|
||||
actionpack (= 4.2.8)
|
||||
actionview (= 4.2.8)
|
||||
activejob (= 4.2.8)
|
||||
actioncable (5.0.0.rc2)
|
||||
actionpack (= 5.0.0.rc2)
|
||||
nio4r (~> 1.2)
|
||||
websocket-driver (~> 0.6.1)
|
||||
actionmailer (5.0.0.rc2)
|
||||
actionpack (= 5.0.0.rc2)
|
||||
actionview (= 5.0.0.rc2)
|
||||
activejob (= 5.0.0.rc2)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
actionpack (4.2.8)
|
||||
actionview (= 4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
rack (~> 1.6)
|
||||
rack-test (~> 0.6.2)
|
||||
actionpack (5.0.0.rc2)
|
||||
actionview (= 5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
rack (~> 2.x)
|
||||
rack-test (~> 0.6.3)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
actionview (4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
actionview (5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||
activejob (4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
globalid (>= 0.3.0)
|
||||
activemodel (4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.2.8)
|
||||
activemodel (= 4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
arel (~> 6.0)
|
||||
activesupport (4.2.8)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
activejob (5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
activerecord (5.0.0.rc2)
|
||||
activemodel (= 5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
arel (~> 7.0)
|
||||
activesupport (5.0.0.rc2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (~> 0.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
ajax-datatables-rails (0.3.1)
|
||||
railties (>= 3.1)
|
||||
ajax-datatables-rails (0.4.0)
|
||||
railties (>= 4.0)
|
||||
ansi (1.5.0)
|
||||
arel (6.0.4)
|
||||
arel (7.1.4)
|
||||
aspector (0.14.0)
|
||||
ast (2.3.0)
|
||||
auto_strip_attributes (2.1.0)
|
||||
|
@ -113,18 +116,17 @@ GEM
|
|||
delayed_paperclip (3.0.1)
|
||||
activejob (>= 4.2)
|
||||
paperclip (>= 3.3)
|
||||
devise (3.5.6)
|
||||
devise (4.3.0)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
railties (>= 4.1.0, < 5.2)
|
||||
responders
|
||||
thread_safe (~> 0.1)
|
||||
warden (~> 1.2.3)
|
||||
devise-async (0.10.2)
|
||||
devise (>= 3.2, < 4.0)
|
||||
devise_invitable (1.6.1)
|
||||
actionmailer (>= 3.2.6)
|
||||
devise (>= 3.2.0)
|
||||
devise-async (0.7.0)
|
||||
devise (>= 2.2)
|
||||
devise_invitable (1.7.2)
|
||||
actionmailer (>= 4.1.0)
|
||||
devise (>= 4.0.0)
|
||||
erubis (2.7.0)
|
||||
execjs (2.7.0)
|
||||
faker (1.7.3)
|
||||
|
@ -178,6 +180,7 @@ GEM
|
|||
nokogiri (>= 1.5.9)
|
||||
mail (2.6.6)
|
||||
mime-types (>= 1.16, < 4)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
mimemagic (0.3.0)
|
||||
mini_portile2 (2.2.0)
|
||||
|
@ -195,6 +198,7 @@ GEM
|
|||
jquery-rails
|
||||
rails (>= 3.2.0)
|
||||
newrelic_rpm (4.2.0.334)
|
||||
nio4r (1.2.1)
|
||||
nokogiri (1.8.0)
|
||||
mini_portile2 (~> 2.2.0)
|
||||
nokogumbo (1.4.13)
|
||||
|
@ -214,20 +218,21 @@ GEM
|
|||
polyglot (0.3.5)
|
||||
powerpack (0.1.1)
|
||||
puma (3.9.1)
|
||||
rack (1.6.8)
|
||||
rack (2.0.3)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rails (4.2.8)
|
||||
actionmailer (= 4.2.8)
|
||||
actionpack (= 4.2.8)
|
||||
actionview (= 4.2.8)
|
||||
activejob (= 4.2.8)
|
||||
activemodel (= 4.2.8)
|
||||
activerecord (= 4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
rails (5.0.0.rc2)
|
||||
actioncable (= 5.0.0.rc2)
|
||||
actionmailer (= 5.0.0.rc2)
|
||||
actionpack (= 5.0.0.rc2)
|
||||
actionview (= 5.0.0.rc2)
|
||||
activejob (= 5.0.0.rc2)
|
||||
activemodel (= 5.0.0.rc2)
|
||||
activerecord (= 5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.2.8)
|
||||
sprockets-rails
|
||||
railties (= 5.0.0.rc2)
|
||||
sprockets-rails (>= 2.0.0)
|
||||
rails-deprecated_sanitizer (1.0.3)
|
||||
activesupport (>= 4.2.0.alpha)
|
||||
rails-dom-testing (1.0.8)
|
||||
|
@ -243,9 +248,10 @@ GEM
|
|||
rails (> 3.1)
|
||||
rails_serve_static_assets (0.0.5)
|
||||
rails_stdout_logging (0.0.5)
|
||||
railties (4.2.8)
|
||||
actionpack (= 4.2.8)
|
||||
activesupport (= 4.2.8)
|
||||
railties (5.0.0.rc2)
|
||||
actionpack (= 5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (2.2.2)
|
||||
|
@ -323,7 +329,7 @@ GEM
|
|||
thor (0.19.4)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.7)
|
||||
tinymce-rails (4.5.7)
|
||||
tinymce-rails (4.6.4)
|
||||
railties (>= 3.1.1)
|
||||
turbolinks (5.0.1)
|
||||
turbolinks-source (~> 5)
|
||||
|
@ -336,6 +342,9 @@ GEM
|
|||
unicode-display_width (1.3.0)
|
||||
warden (1.2.7)
|
||||
rack (>= 1.0)
|
||||
websocket-driver (0.6.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.2)
|
||||
wicked_pdf (1.1.0)
|
||||
wkhtmltopdf-heroku (2.12.4.0)
|
||||
yomu (0.2.4)
|
||||
|
@ -346,7 +355,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
ajax-datatables-rails (~> 0.3.1)
|
||||
ajax-datatables-rails
|
||||
aspector
|
||||
auto_strip_attributes (~> 2.1)
|
||||
autosize-rails
|
||||
|
@ -366,12 +375,12 @@ DEPENDENCIES
|
|||
deface (~> 1.0)
|
||||
delayed_job_active_record
|
||||
delayed_paperclip
|
||||
devise (= 3.5.6)
|
||||
devise
|
||||
devise-async
|
||||
devise_invitable
|
||||
faker
|
||||
figaro
|
||||
font-awesome-rails (~> 4.6)
|
||||
font-awesome-rails
|
||||
hammerjs-rails
|
||||
i18n-js (>= 3.0.0.rc11)
|
||||
introjs-rails
|
||||
|
@ -383,14 +392,14 @@ DEPENDENCIES
|
|||
kaminari
|
||||
logging (~> 2.0.0)
|
||||
minitest-reporters (~> 1.1)
|
||||
momentjs-rails (>= 2.9.0)
|
||||
momentjs-rails
|
||||
nested_form_fields
|
||||
newrelic_rpm
|
||||
nokogiri
|
||||
paperclip (~> 4.3)
|
||||
pg
|
||||
puma
|
||||
rails (= 4.2.8)
|
||||
rails (= 5.0.0.rc2)
|
||||
rails_12factor
|
||||
rails_autolink (~> 1.1, >= 1.1.6)
|
||||
recaptcha
|
||||
|
@ -401,18 +410,18 @@ DEPENDENCIES
|
|||
ruby-graphviz (~> 1.2)
|
||||
rubyzip
|
||||
sanitize (~> 4.4)
|
||||
sass-rails (~> 5.0)
|
||||
sass-rails
|
||||
scss_lint
|
||||
sdoc (~> 0.4.0)
|
||||
shoulda-context
|
||||
shoulda-matchers (>= 3.0.1)
|
||||
silencer
|
||||
simple_token_authentication (~> 1.0)
|
||||
simple_token_authentication
|
||||
skylight
|
||||
sneaky-save!
|
||||
spinjs-rails
|
||||
starscope
|
||||
tinymce-rails (~> 4.5.7)
|
||||
tinymce-rails
|
||||
turbolinks
|
||||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
|
@ -422,7 +431,7 @@ DEPENDENCIES
|
|||
yomu
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.3.3p222
|
||||
ruby 2.4.1p111
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
1.15.1
|
||||
|
|
Loading…
Reference in a new issue