1224 Commits

Author SHA1 Message Date
1a5042aeb5 Bump rubocop-rspec from 1.32.0 to 1.33.0
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.32.0...v1.33.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-14 07:33:42 +00:00
f18c48f0ea Merge pull request #307 from openHPI/dependabot/bundler/rubocop-0.69.0
Bump rubocop from 0.68.1 to 0.69.0
2019-05-14 08:25:14 +02:00
2a3aa30652 Bump rubocop from 0.68.1 to 0.69.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.68.1 to 0.69.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.68.1...v0.69.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-14 04:50:35 +00:00
c97526a506 Bump jbuilder from 2.8.0 to 2.9.0
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/jbuilder/compare/v2.8.0...v2.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-14 04:49:38 +00:00
7994f1f1fb Bump selenium-webdriver from 3.142.1 to 3.142.2
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.1 to 3.142.2.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-13 08:53:42 +00:00
0b514a2934 Merge pull request #303 from openHPI/dependabot/bundler/capybara-3.19.1
Bump capybara from 3.18.0 to 3.19.1
2019-05-13 10:49:39 +02:00
8ee31bf82b Bump capybara from 3.18.0 to 3.19.1
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.18.0 to 3.19.1.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.18.0...3.19.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-13 04:51:29 +00:00
275fca413b Bump i18n-js from 3.2.1 to 3.2.2
Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/fnando/i18n-js/releases)
- [Changelog](https://github.com/fnando/i18n-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n-js/compare/v3.2.1...v3.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-10 04:50:19 +00:00
dbe0b10dfa Update Bundle 2019-05-08 17:52:45 +02:00
a162a2cf9c Remove versions set by snyk and update Rails 2019-03-29 14:51:51 +01:00
c9713a0cc8 fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-173783
- https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-173784
- https://snyk.io/vuln/SNYK-RUBY-RAILTIES-173785
2019-03-14 23:43:38 +00:00
26c2069e02 Move d3 to package.json and include I18n JS library though Gemfile
Also, update bundle to make it installable again (a version had been removed)
2019-03-09 00:31:56 +01:00
d63700c7db Add live dashboard for teachers in the context of an exercise
This commit also adds the fundamentals for ActionCable
2019-03-06 14:00:59 +01:00
1e769a1085 Upgrade bundle 2019-02-13 12:04:10 +01:00
b9bf869b55 fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIVEJOB-72640
- https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-72641
2018-11-30 14:26:39 +00:00
32db6cfbf2 Update bundle to include security fixes and use newer geckodriver 2018-11-06 16:49:44 +01:00
45694ca838 Set eventmachine to older version to prevent websocket connection issues 2018-11-06 16:49:44 +01:00
767b6aaa54 Update bundle and use newer codecoverage reporter 2018-11-06 16:49:43 +01:00
4d1cf972e4 Include Webpack and use it for jQuery, Bootstrap and chosen.js 2018-11-06 16:46:01 +01:00
15b1670511 Update Turbolinks, load additional assets only on request, fix JS
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-11-06 16:46:01 +01:00
de52db89f0 Upgrade Rails to version 5.2.1 and adopt code & specs where necessary
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-11-06 16:46:00 +01:00
838ba994ec Another bundle update
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-11-06 16:45:59 +01:00
ac31afbd2a Clean Gemfile and perform bundle update
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-11-06 16:45:59 +01:00
592caa1574 enable mnemosyne 2018-08-09 16:17:28 +02:00
79efa1cf64 Merge pull request #181 from openHPI/snyk-fix-24ux2d
[Snyk] Fix for 1 vulnerable dependencies
2018-07-25 13:07:48 +02:00
6864cef4df fix: Gemfile.lock & Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-FFI-22037
2018-06-29 05:23:20 +00:00
818012fa91 fix: Gemfile.lock & Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-SPROCKETS-22032
2018-06-21 05:27:11 +00:00
8cdf909188 Merge pull request #163 from openHPI/chore/no-more-coffee
Caffeine withdrawal
2018-03-22 15:11:46 +01:00
befcf9385b Merge pull request #160 from openHPI/SS/enable_more_specs
Enable more specs
2018-03-22 15:10:35 +01:00
5b056493ac Use slim and js for rails g and remove now unused coffee-rails dependency 2018-03-21 15:57:50 +01:00
2fc46fe9ab Fix d3 at ~4.0 2018-03-19 15:33:12 +01:00
302f3a4896 Add Selenium support file for specs and include headless for Vagrant
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
2018-03-09 15:23:29 +01:00
b55704e523 Fix gemfile.lock 2018-03-08 12:52:20 +01:00
77a40c9fc5 Merge remote-tracking branch 'origin/master' into exercise-anomaly-detection
# Conflicts:
#	Gemfile.lock
2018-03-08 12:12:06 +01:00
c74fa1e9e4 add deprecated_finders 2018-03-01 19:08:25 +01:00
c1b5df044b Merge remote-tracking branch 'origin/master' into exercise-anomaly-detection
# Conflicts:
#	Capfile
#	Gemfile.lock
#	db/schema.rb
2018-02-28 16:48:14 +01:00
f7165c06c4 pinned eventmachine to 1.0.9.1 , as the newest version crashes with a segmentation fault 2018-02-22 16:55:24 +01:00
3db533ea9b pin lti to 1.1.10 2018-02-22 16:39:49 +01:00
b8ff08b3e7 Update Capistrano 2018-02-19 00:27:06 +01:00
c063494b29 Update Docker-API 2018-02-19 00:23:33 +01:00
4f287c75a6 Further downgrade turbolinks 2018-02-18 20:26:29 +01:00
f5293c4477 Downgrade turbolinks and another bundle update 2018-02-18 19:46:59 +01:00
16337ba9af Fix gemfile for production 2018-01-31 15:55:07 +01:00
bc172ead8d update again, prevent pg from being updated 2018-01-30 18:06:26 +01:00
0c5f88d748 Configure whenever schedule and logging for rake task 2018-01-30 16:57:03 +01:00
72905d731a set lti to version 1 2017-12-20 10:51:45 +01:00
a292322138 updated gemfile 2017-11-24 16:21:48 +01:00
960025cbf8 pushed Gemfile.lock 2017-11-15 15:24:36 +01:00
3562aa9103 create remote evaluation 2017-02-02 18:14:33 +01:00
3a07e7d5f6 Updated nokogiri 2017-01-13 13:46:36 +01:00