Skip to content

Commit

Permalink
bump to 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Nov 15, 2017
1 parent 6cda02d commit 96fcb54
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recordselect (3.8.6)
recordselect (3.8.7)
rails (>= 4.0.0)

GEM
Expand Down Expand Up @@ -47,18 +47,19 @@ GEM
arel (8.0.0)
builder (3.2.3)
concurrent-ruby (1.0.5)
erubi (1.6.1)
globalid (0.4.0)
crass (1.0.2)
erubi (1.7.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (0.8.6)
loofah (2.0.3)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
nio4r (2.1.0)
Expand Down Expand Up @@ -90,7 +91,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.1.0)
rake (12.2.1)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -100,11 +101,11 @@ GEM
sprockets (>= 3.0.0)
thor (0.20.0)
thread_safe (0.3.6)
tzinfo (1.2.3)
tzinfo (1.2.4)
thread_safe (~> 0.1)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
websocket-extensions (0.1.3)

PLATFORMS
ruby
Expand All @@ -114,4 +115,4 @@ DEPENDENCIES
recordselect!

BUNDLED WITH
1.15.4
1.16.0
2 changes: 1 addition & 1 deletion lib/record_select/version.rb
Expand Up @@ -2,7 +2,7 @@ module RecordSelect
module Version
MAJOR = 3
MINOR = 8
PATCH = 6
PATCH = 7

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 96fcb54

Please sign in to comment.