Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 749a12e

Browse files
committed
Update the gem version to 1.0.1
1 parent b9362f7 commit 749a12e

File tree

6 files changed

+14122
-14254
lines changed

6 files changed

+14122
-14254
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## requirejs-rails changelog
44

5+
### v1.0.1
6+
7+
8+
- Update `require.js` and `r.js` to `2.3.5`, and `almond.js` to `0.3.3`.
9+
- Add `wrapShim` to `build_config_whitelist`.
10+
511
### v1.0.0
612

713
- Update `require.js` and `r.js` to `2.1.22`.

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
requirejs-rails (1.0.0)
4+
requirejs-rails (1.0.1)
55
railties (>= 3.1.1)
66

77
GEM
@@ -53,7 +53,7 @@ GEM
5353
rails-dom-testing (~> 1.0)
5454
railties (>= 4.2.0)
5555
thor (>= 0.14, < 2.0)
56-
json (1.8.2)
56+
json (1.8.6)
5757
loofah (2.0.1)
5858
nokogiri (>= 1.5.9)
5959
mail (2.6.3)
@@ -112,3 +112,6 @@ DEPENDENCIES
112112
rails (>= 3.1.1)
113113
requirejs-rails!
114114
sqlite3
115+
116+
BUNDLED WITH
117+
1.16.0

0 commit comments

Comments
 (0)