Skip to content

Commit 6d45ec6

Browse files
committed
Merge branch 'develop'
2 parents d0a7960 + e604994 commit 6d45ec6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ gem 'jquery-turbolinks', '~> 2.1'
100100
gem 'jquery-ui-rails', '~> 6.0.1'
101101
gem 'ng-rails-csrf', '~> 0.1.0'
102102
gem 'bootstrap-tagsinput-rails', '~> 0.4.2'
103+
gem 'dialog-polyfill-rails', '~> 0.4.5'
103104

104105
group :tasks do
105106
# Parsing

Gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ GEM
153153
railties (>= 4.1.0, < 5.1)
154154
responders
155155
warden (~> 1.2.3)
156+
dialog-polyfill-rails (0.4.5.1)
156157
diff-lcs (1.2.5)
157158
docile (1.1.5)
158159
doorkeeper (4.2.0)
@@ -707,6 +708,7 @@ DEPENDENCIES
707708
cortex-plugins-core (= 0.10.4)
708709
database_cleaner (~> 1.5)
709710
devise (~> 4.2.0)
711+
dialog-polyfill-rails (~> 0.4.5)
710712
doorkeeper (~> 4.2)
711713
dotenv-rails
712714
elasticsearch-extensions (~> 0.0.23)
@@ -790,4 +792,4 @@ RUBY VERSION
790792
ruby 2.4.0p0
791793

792794
BUNDLED WITH
793-
1.13.7
795+
1.14.3

app/assets/stylesheets/application.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@import 'jquery-ui/datepicker';
55
@import "jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon";
66
@import 'bootstrap-tagsinput.scss';
7-
@import 'dialog-polyfill/dialog-polyfill.css';
7+
@import 'dialog-polyfill';
88

99
@import 'variables/colors';
1010
@import 'variables/typography';

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"angular-validation-match": "< 1.4",
3434

3535
"jqueryui-timepicker-addon": "~> 1.6",
36-
"clipboard": "~> 1.5.16",
37-
"dialog-polyfill": "~> 0.4.5"
36+
"clipboard": "~> 1.5.16"
3837
},
3938
"devDependencies": {
4039
"angular-mocks": "~> 1.2",

0 commit comments

Comments
 (0)