Skip to content

Commit 05a930a

Browse files
committed
Merge branch 'develop'
2 parents 7142250 + cdf4195 commit 05a930a

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'rolify', '~> 5.1'
2929
gem 'pundit', '~> 1.1'
3030

3131
# Data
32-
gem 'rails-observers', git: 'https://github.com/rails/rails-observers.git'
32+
gem 'rails-observers', git: 'https://github.com/triloch/rails-observers.git'
3333
gem 'awesome_nested_set', git: 'https://github.com/cortex-cms/awesome_nested_set.git'
3434
gem 'paperclip', '~> 5.1.0'
3535
gem 'paperclip-optimizer', '~> 2.0'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ GIT
1515
cells-rails (~> 0.0.6)
1616
rails (>= 4)
1717

18-
GIT
19-
remote: https://github.com/rails/rails-observers.git
20-
revision: 3fe157d6cbb5b5e767ded248009fc59443d63fa1
21-
specs:
22-
rails-observers (0.1.3.alpha)
23-
activemodel (>= 4.0, < 5.1)
24-
2518
GIT
2619
remote: https://github.com/samstickland/cells.git
2720
revision: e5634e25b472d41913030eb82463b015f429f2ca
@@ -40,6 +33,13 @@ GIT
4033
grape
4134
kaminari
4235

36+
GIT
37+
remote: https://github.com/triloch/rails-observers.git
38+
revision: ea30390cb07b4a37dd2f9d03966c89c1372f9dbe
39+
specs:
40+
rails-observers (0.1.3.alpha)
41+
activemodel (>= 4.0, < 5.1)
42+
4343
GEM
4444
remote: https://rubygems.org/
4545
specs:
@@ -465,7 +465,7 @@ GEM
465465
mime-types-data (3.2016.0521)
466466
mimemagic (0.3.2)
467467
mini_portile2 (2.1.0)
468-
minitest (5.9.1)
468+
minitest (5.10.1)
469469
mocha (1.2.1)
470470
metaclass (~> 0.0.1)
471471
multi_json (1.12.1)

semaphore_ci/setup.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
echo "gem update --system"
2-
gem update --system
3-
4-
echo "gem update bundler"
5-
gem update bundler
6-
71
echo "bundle config build.nokogiri --use-system-libraries"
82
bundle config build.nokogiri --use-system-libraries
93

@@ -33,3 +27,6 @@ bundle exec rake cortex:create_categories cortex:onet:fetch_and_provision cortex
3327

3428
echo "bundle exec rake cortex:rebuild_indexes"
3529
bundle exec rake cortex:rebuild_indexes
30+
31+
echo "change-phantomjs-version 2.1.1"
32+
change-phantomjs-version 2.1.1

0 commit comments

Comments
 (0)