mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 05:34:55 +08:00
Rails 5.1.1
This commit is contained in:
parent
909a114418
commit
1b21f073d7
2 changed files with 73 additions and 69 deletions
21
Gemfile
21
Gemfile
|
@ -2,22 +2,22 @@ source 'http://rubygems.org'
|
|||
|
||||
ruby '2.4.1'
|
||||
|
||||
gem 'rails', '5.0.0'
|
||||
gem 'rails', '5.1.1'
|
||||
gem 'figaro'
|
||||
gem 'pg'
|
||||
#gem 'devise'
|
||||
#gem 'devise_invitable'
|
||||
#gem 'simple_token_authentication' #, '~> 1.0' # Token authentication for Devise
|
||||
gem 'devise', '~> 4.3.0'
|
||||
gem 'devise_invitable'
|
||||
gem 'simple_token_authentication', '~> 1.15.1' # Token authentication for Devise
|
||||
gem 'bootstrap-sass', '~> 3.3.5'
|
||||
gem 'sass-rails'#, '~> 5.0'
|
||||
gem 'sass-rails', '~> 5.0.6'
|
||||
gem 'bootstrap_form'
|
||||
gem 'yomu'
|
||||
gem 'font-awesome-rails' #, '~> 4.6'
|
||||
gem 'font-awesome-rails', '~> 4.7.0.2'
|
||||
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.17.1'
|
||||
# JS datetime picker
|
||||
gem 'bootstrap3-datetimepicker-rails', '~> 4.15.35'
|
||||
# Select elements for Bootstrap
|
||||
|
@ -27,7 +27,8 @@ gem 'uglifier', '>= 1.3.0'
|
|||
gem 'jquery-turbolinks'
|
||||
gem 'jquery-rails'
|
||||
gem 'jquery-ui-rails'
|
||||
gem 'jquery-scrollto-rails'
|
||||
gem 'jquery-scrollto-rails',
|
||||
git: 'https://github.com/biosistemika/jquery-scrollto-rails'
|
||||
gem 'hammerjs-rails'
|
||||
gem 'introjs-rails' # Create quick tutorials
|
||||
gem 'js_cookie_rails' # Simple JS API for cookies
|
||||
|
@ -42,7 +43,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.4.0'
|
||||
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 +67,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.6.4' # Rich text editor
|
||||
|
||||
gem 'base62' # Used for smart annotations
|
||||
gem 'newrelic_rpm'
|
||||
|
|
121
Gemfile.lock
121
Gemfile.lock
|
@ -1,3 +1,10 @@
|
|||
GIT
|
||||
remote: https://github.com/biosistemika/jquery-scrollto-rails
|
||||
revision: d1d40d5334e0bccfc64208ba81b9a7792f6cb591
|
||||
specs:
|
||||
jquery-scrollto-rails (1.4.3)
|
||||
railties (> 3.1, < 6.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/einzige/sneaky-save
|
||||
revision: e7c77674abe74d598dfd58db7c680dd85936f207
|
||||
|
@ -8,39 +15,39 @@ GIT
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
actioncable (5.0.0.rc2)
|
||||
actionpack (= 5.0.0.rc2)
|
||||
nio4r (~> 1.2)
|
||||
actioncable (5.1.1)
|
||||
actionpack (= 5.1.1)
|
||||
nio4r (~> 2.0)
|
||||
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)
|
||||
actionmailer (5.1.1)
|
||||
actionpack (= 5.1.1)
|
||||
actionview (= 5.1.1)
|
||||
activejob (= 5.1.1)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
actionpack (5.0.0.rc2)
|
||||
actionview (= 5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
rack (~> 2.x)
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (5.1.1)
|
||||
actionview (= 5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
rack (~> 2.0)
|
||||
rack-test (~> 0.6.3)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
actionview (5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
actionview (5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
activejob (5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||
activejob (5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
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)
|
||||
activemodel (5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
activerecord (5.1.1)
|
||||
activemodel (= 5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
arel (~> 8.0)
|
||||
activesupport (5.1.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (~> 0.7)
|
||||
minitest (~> 5.1)
|
||||
|
@ -48,7 +55,7 @@ GEM
|
|||
ajax-datatables-rails (0.4.0)
|
||||
railties (>= 4.0)
|
||||
ansi (1.5.0)
|
||||
arel (7.1.4)
|
||||
arel (8.0.0)
|
||||
aspector (0.14.0)
|
||||
ast (2.3.0)
|
||||
auto_strip_attributes (2.1.0)
|
||||
|
@ -127,6 +134,7 @@ GEM
|
|||
devise_invitable (1.7.2)
|
||||
actionmailer (>= 4.1.0)
|
||||
devise (>= 4.0.0)
|
||||
erubi (1.6.0)
|
||||
erubis (2.7.0)
|
||||
execjs (2.7.0)
|
||||
faker (1.7.3)
|
||||
|
@ -149,8 +157,6 @@ GEM
|
|||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jquery-scrollto-rails (1.4.3)
|
||||
railties (> 3.1, < 5.0)
|
||||
jquery-turbolinks (2.1.0)
|
||||
railties (>= 3.1.0)
|
||||
turbolinks
|
||||
|
@ -198,7 +204,7 @@ GEM
|
|||
jquery-rails
|
||||
rails (>= 3.2.0)
|
||||
newrelic_rpm (4.2.0.334)
|
||||
nio4r (1.2.1)
|
||||
nio4r (2.1.0)
|
||||
nokogiri (1.8.0)
|
||||
mini_portile2 (~> 2.2.0)
|
||||
nokogumbo (1.4.13)
|
||||
|
@ -221,24 +227,21 @@ GEM
|
|||
rack (2.0.3)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
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)
|
||||
rails (5.1.1)
|
||||
actioncable (= 5.1.1)
|
||||
actionmailer (= 5.1.1)
|
||||
actionpack (= 5.1.1)
|
||||
actionview (= 5.1.1)
|
||||
activejob (= 5.1.1)
|
||||
activemodel (= 5.1.1)
|
||||
activerecord (= 5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 5.0.0.rc2)
|
||||
railties (= 5.1.1)
|
||||
sprockets-rails (>= 2.0.0)
|
||||
rails-deprecated_sanitizer (1.0.3)
|
||||
activesupport (>= 4.2.0.alpha)
|
||||
rails-dom-testing (1.0.8)
|
||||
activesupport (>= 4.2.0.beta, < 5.0)
|
||||
nokogiri (~> 1.6)
|
||||
rails-deprecated_sanitizer (>= 1.0.1)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.0.3)
|
||||
loofah (~> 2.0)
|
||||
rails_12factor (0.0.3)
|
||||
|
@ -248,9 +251,9 @@ GEM
|
|||
rails (> 3.1)
|
||||
rails_serve_static_assets (0.0.5)
|
||||
rails_stdout_logging (0.0.5)
|
||||
railties (5.0.0.rc2)
|
||||
actionpack (= 5.0.0.rc2)
|
||||
activesupport (= 5.0.0.rc2)
|
||||
railties (5.1.1)
|
||||
actionpack (= 5.1.1)
|
||||
activesupport (= 5.1.1)
|
||||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
|
@ -355,7 +358,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
ajax-datatables-rails
|
||||
ajax-datatables-rails (~> 0.4.0)
|
||||
aspector
|
||||
auto_strip_attributes (~> 2.1)
|
||||
autosize-rails
|
||||
|
@ -375,31 +378,31 @@ DEPENDENCIES
|
|||
deface (~> 1.0)
|
||||
delayed_job_active_record
|
||||
delayed_paperclip
|
||||
devise
|
||||
devise (~> 4.3.0)
|
||||
devise-async
|
||||
devise_invitable
|
||||
faker
|
||||
figaro
|
||||
font-awesome-rails
|
||||
font-awesome-rails (~> 4.7.0.2)
|
||||
hammerjs-rails
|
||||
i18n-js (>= 3.0.0.rc11)
|
||||
introjs-rails
|
||||
jquery-rails
|
||||
jquery-scrollto-rails
|
||||
jquery-scrollto-rails!
|
||||
jquery-turbolinks
|
||||
jquery-ui-rails
|
||||
js_cookie_rails
|
||||
kaminari
|
||||
logging (~> 2.0.0)
|
||||
minitest-reporters (~> 1.1)
|
||||
momentjs-rails
|
||||
momentjs-rails (~> 2.17.1)
|
||||
nested_form_fields
|
||||
newrelic_rpm
|
||||
nokogiri
|
||||
paperclip (~> 4.3)
|
||||
pg
|
||||
puma
|
||||
rails (= 5.0.0.rc2)
|
||||
rails (= 5.1.1)
|
||||
rails_12factor
|
||||
rails_autolink (~> 1.1, >= 1.1.6)
|
||||
recaptcha
|
||||
|
@ -410,18 +413,18 @@ DEPENDENCIES
|
|||
ruby-graphviz (~> 1.2)
|
||||
rubyzip
|
||||
sanitize (~> 4.4)
|
||||
sass-rails
|
||||
sass-rails (~> 5.0.6)
|
||||
scss_lint
|
||||
sdoc (~> 0.4.0)
|
||||
shoulda-context
|
||||
shoulda-matchers (>= 3.0.1)
|
||||
silencer
|
||||
simple_token_authentication
|
||||
simple_token_authentication (~> 1.15.1)
|
||||
skylight
|
||||
sneaky-save!
|
||||
spinjs-rails
|
||||
starscope
|
||||
tinymce-rails
|
||||
tinymce-rails (~> 4.6.4)
|
||||
turbolinks
|
||||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue