Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vicvega committed Mar 15, 2019
1 parent d9417df commit a043756
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 0.2.11 - current version - unreleased
### 0.2.12 - current version - unreleased


### 0.2.11 - 2019-03-15
* fix Travis CI tests
* fix missing semicolons in view helpers

Expand Down
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chaltron (0.2.11)
chaltron (0.2.12)
ajax-datatables-rails
autoprefixer-rails
bootstrap-sass
Expand Down Expand Up @@ -64,14 +64,15 @@ GEM
ajax-datatables-rails (1.0.0)
railties (>= 4.2)
arel (8.0.0)
autoprefixer-rails (9.4.2)
autoprefixer-rails (9.4.10.2)
execjs
bcrypt (3.1.12)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
bootstrap_form (4.0.0)
rails (>= 5.0)
bootstrap_form (4.2.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
builder (3.2.3)
cancancan (2.3.0)
capybara (2.17.0)
Expand All @@ -98,7 +99,7 @@ GEM
tins (~> 1.6)
crass (1.0.3)
database_cleaner (1.6.2)
devise (4.5.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand All @@ -114,17 +115,17 @@ GEM
factory_bot (~> 4.8.2)
railties (>= 3.0.0)
ffaker (2.8.0)
ffi (1.9.25)
ffi (1.10.0)
font-awesome-sass (4.7.0)
sass (>= 3.2)
gitlab_omniauth-ldap (2.1.0)
gitlab_omniauth-ldap (2.1.1)
net-ldap (~> 0.16)
omniauth (~> 1.3)
pyu-ruby-sasl (>= 0.0.3.3, < 0.1)
rubyntlm (~> 0.5)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashie (3.5.7)
hashie (3.6.0)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
jquery-datatables-rails (3.4.0)
Expand All @@ -151,8 +152,8 @@ GEM
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nprogress-rails (0.2.0.2)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
orm_adapter (0.5.0)
phantomjs (2.1.1.0)
Expand Down Expand Up @@ -186,7 +187,7 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-i18n (5.1.2)
rails-i18n (5.1.3)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
railties (5.1.4)
Expand All @@ -197,11 +198,11 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (12.3.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
Expand All @@ -220,7 +221,7 @@ GEM
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rubyntlm (0.6.2)
sass (3.7.2)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -289,4 +290,4 @@ DEPENDENCIES
turbolinks (~> 5)

BUNDLED WITH
1.16.4
1.17.2
2 changes: 1 addition & 1 deletion lib/chaltron/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chaltron
VERSION = '0.2.11'.freeze
VERSION = '0.2.12'.freeze
end

0 comments on commit a043756

Please sign in to comment.