aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update links to forked deps.Harald Eilertsen2021-06-021-4/+4
|
* Downgrade puma to version 4.3.6.Harald Eilertsen2020-11-081-2/+2
| | | | | | Version 5.x may be better, but has ditched daemonization, which means we need to handle that ourselves in the rc scripts. Probably a better way to begin with, but not something I'm about to spend time on now.
* Update deps and add activerecord-postgresql-adapter.Your Name2020-11-081-26/+30
|
* Drop inquiries plugin. Not using it.Harald Eilertsen2020-05-071-5/+0
|
* Commit Gemfile.lock too.Harald Eilertsen2019-09-021-14/+14
|
* Extra deps for ssh ed25519 support in deployment.Harald Eilertsen2019-08-061-0/+4
|
* Emergency fixes to make hmno run on freebsd 12.Harald Eilertsen2019-08-061-44/+50
| | | | | | | Upgrade to use Ruby 2.5.5. Use patched version of rails/activerecord/postgres-adapter that should fix compatibility with Ruby 2.5. Patch Arel inline to be compatible with Ruby 2.5.
* Update dependency to banner extension.Harald Eilertsen2019-05-251-6/+6
|
* Merge branch 'fix-banners' into devHarald Eilertsen2019-05-121-13/+13
|\
| * Update banners and other deps.Harald Eilertsen2018-11-301-14/+14
| |
* | Use git version of bcrypt until a gem with FreeBSD 12.x support is released.Harald Eilertsen2019-05-111-2/+7
| |
* | Upgrade/replace bcrypt-ruby with bcrypt gem, be less anal about capistrano ↵Harald Eilertsen2019-05-111-3/+5
|/ | | | version.
* Precompile assets and check them into vc.deploy-20180902Harald Eilertsen2018-09-021-9/+3
| | | | | | Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code.
* Fix postgresql adapter fluke.Harald Eilertsen2018-09-021-6/+3
| | | | | Drop explicit import of activerecord-postgresql-adapter, and limit pg gem to a compatible version. Hopefully this will do the trick...
* Forgot to add byebug to Gemfile.lock...Harald Eilertsen2018-09-011-0/+2
|
* Add byebug in dev environment, update deps.Harald Eilertsen2018-09-011-21/+29
|
* Upgrade rails to 3.2.22.5Harald Eilertsen2018-04-161-31/+31
|
* Use capistrano-rbenv to ensure proper ruby versioning.Harald Eilertsen2018-04-141-1/+5
|
* Add dependency to test-unit v 3.0Harald Eilertsen2018-01-061-0/+4
|
* Upgrade capistrano to version 3.10.1Harald Eilertsen2017-12-261-5/+6
|
* Go back to release version of capistrano-postgresql gem again.Harald Eilertsen2017-12-261-9/+3
|
* Use custom version of capistrano-postgresql.Harald Eilertsen2017-12-181-7/+15
| | | | Needed to overcome bugs with the latest released gem.
* Install GalleryLinks extension into main app.Harald Eilertsen2017-12-171-0/+7
|
* Update uglifier and it's dependencies.Harald Eilertsen2017-12-161-5/+4
|
* Go back to release version of capistrano-postgresql.Harald Eilertsen2017-12-161-9/+3
| | | | Our changes for running without sudo has been upstreamed.
* Update version of capistrano-postgresql used.Harald Eilertsen2017-12-101-8/+8
| | | | | Not all that important for the vagrant stuff, but since the upstream references had changed, it choked on the gt fetch.
* Update locked gems.Harald Eilertsen2017-07-071-8/+3
|
* Update refinerycms-blog and -acts-as-indexed to stable branch heads.Harald Eilertsen2015-12-241-13/+20
| | | | This fixes problem with searching in the backend.
* Update capistrano-passenger, and add to Capfile.Harald Eilertsen2015-12-221-4/+2
| | | | | The new capistrano-passenger module has better support for restarting the app, and integrates better with RVM.
* ...and the Gemfile.lockHarald Eilertsen2015-12-101-14/+14
|
* Fetch blog engine from git repo instead.Harald Eilertsen2015-11-141-9/+15
| | | | | Includes updated norwegian locale file for blog engine. We stick to the 2-1-stable branch for now.
* Upgrade to refinery 2.1.0Harald Eilertsen2015-11-141-119/+130
|
* Upgrade capistrano, capostrano-postgresql and capistrano-stats.Harald Eilertsen2015-11-131-130/+13
|
* Log to syslog in production.Harald Eilertsen2014-12-121-0/+2
|
* Upgrade capistrano-postgresql to private version.Harald Eilertsen2014-12-111-5/+11
| | | | | Based on official version 4.2 but with added option to avoid sudo when creating databases and database users.
* Upgrade to Capistrano 3.3.4 and use capistrano-passenger gem.Harald Eilertsen2014-12-101-10/+10
| | | | This also moves us back to stable capistrano deploys.
* Add dep to piwik web analytics.Harald Eilertsen2014-12-071-0/+5
|
* Upgrade to Rails 3.2.20.Harald Eilertsen2014-11-021-41/+160
|
* Nope, still need edge capistrano, use git-transport, though.Harald Eilertsen2014-11-021-5/+10
|
* Go back to official release for Capistrano v 3.2.1.Harald Eilertsen2014-11-021-12/+5
| | | | Assuming this has the right fixes to get FreeBSD working.
* Upgrade to capistrano-postgresql v3.0.1 containing my fixes.Harald Eilertsen2014-11-021-9/+3
|
* Use updated capistrano-postgres.Harald Eilertsen2014-07-061-9/+9
| | | | | Need this version to use correct database when checking/adding users and databases.
* Update to edge capistrano and capistrano-postgresql.Harald Eilertsen2014-07-041-8/+21
| | | | | Released gems have problems on freebsd, using directly from git until gems are updated.
* Install capistrano-postgresql for easier database setup.Harald Eilertsen2014-06-211-0/+3
|
* Install Capistrano 3 gems.Harald Eilertsen2014-06-201-17/+24
|
* Add refinery-banners engine.Harald Eilertsen2014-02-161-0/+3
|
* Setup for testing with spork and minitest.Harald Eilertsen2013-12-251-0/+5
|
* Add lorem gem for generating sample content.Harald Eilertsen2013-12-231-0/+2
|
* Add dependencies for postgres setup to Gemfile.Harald Eilertsen2013-06-131-2/+5
|
* Configure for Heavymetal.noHarald Eilertsen2013-06-111-0/+32
| | | | | | | | | | Enable all the standard engines: - blog - inquiries - search - page-images - videos